Run ID:8192
提交时间:2025-06-14 20:56:13
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c,d,e,f,t1,t2; scanf("%1d%1d%1d%1d%1d%1d",&a,&b,&c,&d,&e,&f); if(b%2==0) {t1=b; t1/=2;} t2=c; t2=(a+b+c)%10; cout<<(char)(a+'A')<<t1<<t2<<d<<(('l'+'e'+e)/10%10)<<(a+b+c+d+e+f)%10; return 0; }