Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
33095 mimiguo 选择题判定 C++ 编译错误 0 MS 0 KB 358 2023-12-07 14:03:11

Tests(0/0):


#include<iostream>; using namespace std; int main() { //string a, b, c, d, e; int score=0; string s; cin>>s; if(s[0]=='D'){ score+=30; } if(s[1]=='C'){ score+=30; } if(s[2]=='B'){ score+=30; } if(s[3]=='A'){ score+=30; } if(s[4]=='D'){ score+=30; } else{ score+=0; } cout<<sum; return 0; }


测评信息: