Hans0601 @ 2023-08-14 11:26:44
cpp
#include<bits/stdc++.h>
using namespace std;
int a,b,c,d,e,f,g,h,i,j,k;
char x,y,z,v;
int main()
{
cin>>a>>x>>b>>c>>d>>y>>e>>f>>g>>h>>i>>z;
k=1*a+2*b+3*c+4*d+5*e+6*f+7*g+8*h+9*i;
k%=11;
cin>>j;
cin>>v;
if(v==(0x58))
{
if(k==10) {
cout<<"Right";
}
else{
cout<<a<<x<<b<<c<<d<<y<<e<<f<<g<<h<<i<<z<<k;
}
}
else
{
if(j==k){
cout<<"Right";
}
else if(k==10){
cout<<a<<x<<b<<c<<d<<y<<e<<f<<g<<h<<i<<z<<"X";
}
else{
cout<<a<<x<<b<<c<<d<<y<<e<<f<<g<<h<<i<<z<<k;
}
}
return 0;
}
by I_MUST_PLAY1999 @ 2023-08-14 11:40:16
wa就是wonderful answer的意思,意为完美的答案(bushi
by Hans0601 @ 2023-08-14 12:23:43
@I_MUST_PLAY1999 gun所以是什么问题啊
by I_MUST_PLAY1999 @ 2023-08-14 14:47:13
@Hans0601 看看是不是没给初始值的问题(我不确定