P1001 谁拿了最多奖学金
Overview
Judge Result | Compile Error |
Problem | P1001 谁拿了最多奖学金 |
Submit Time | February 4, 2020, 2:39:09 PM |
Language | C++ |
Judger | Default Judger |
Used Time | 0 ms |
Used Memory | 0 K |
Execute Time | February 4, 2020, 2:38:59 PM |
Judge Result
Compile Error.
/tmp/voj-1462/EbwDVIZBBdzV.cpp:30:29: error: stray ‘\342’ in program
30 | if(stu[i].qi>85&&stu[i].xi==‘Y’)
| ^
/tmp/voj-1462/EbwDVIZBBdzV.cpp:30:30: error: stray ‘\200’ in program
30 | if(stu[i].qi>85&&stu[i].xi==‘Y’)
| ^
/tmp/voj-1462/EbwDVIZBBdzV.cpp:30:31: error: stray ‘\230’ in program
30 | if(stu[i].qi>85&&stu[i].xi==‘Y’)
| ^
/tmp/voj-1462/EbwDVIZBBdzV.cpp:30:33: error: stray ‘\342’ in program
30 | if(stu[i].qi>85&&stu[i].xi==‘Y’)
| ^
/tmp/voj-1462/EbwDVIZBBdzV.cpp:30:34: error: stray ‘\200’ in program
30 | if(stu[i].qi>85&&stu[i].xi==‘Y’)
| ^
/tmp/voj-1462/EbwDVIZBBdzV.cpp:30:35: error: stray ‘\231’ in program
30 | if(stu[i].qi>85&&stu[i].xi==‘Y’)
| ^
/tmp/voj-1462/EbwDVIZBBdzV.cpp:32:31: error: stray ‘\342’ in program
32 | if(stu[i].ban>80&&stu[i].xue==‘Y’)
| ^
/tmp/voj-1462/EbwDVIZBBdzV.cpp:32:32: error: stray ‘\200’ in program
32 | if(stu[i].ban>80&&stu[i].xue==‘Y’)
| ^
/tmp/voj-1462/EbwDVIZBBdzV.cpp:32:33: error: stray ‘\230’ in program
32 | if(stu[i].ban>80&&stu[i].xue==‘Y’)
| ^
/tmp/voj-1462/EbwDVIZBBdzV.cpp:32:35: error: stray ‘\342’ in program
32 | if(stu[i].ban>80&&stu[i].xue==‘Y’)
| ^
/tmp/voj-1462/EbwDVIZBBdzV.cpp:32:36: error: stray ‘\200’ in program
32 | if(stu[i].ban>80&&stu[i].xue==‘Y’)
| ^
/tmp/voj-1462/EbwDVIZBBdzV.cpp:32:37: error: stray ‘\231’ in program
32 | if(stu[i].ban>80&&stu[i].xue==‘Y’)
| ^
/tmp/voj-1462/EbwDVIZBBdzV.cpp: In function ‘int main()’:
/tmp/voj-1462/EbwDVIZBBdzV.cpp:30:32: error: ‘Y’ was not declared in this scope
30 | if(stu[i].qi>85&&stu[i].xi==‘Y’)
| ^
/tmp/voj-1462/EbwDVIZBBdzV.cpp:32:34: error: ‘Y’ was not declared in this scope
32 | if(stu[i].ban>80&&stu[i].xue==‘Y’)
| ^
Compile Error, Time = 0 ms, Memory = 0 KB, Score = 0.