Close ×

My Accounts

You´ not logged in.

About

P1001 谁拿了最多奖学金

Overview

Judge Result Compile Error
Problem P1001 谁拿了最多奖学金
Submit Time February 4, 2020, 10:39:52 PM
Language C
Judger Default Judger
Used Time 0 ms
Used Memory 0 K
Execute Time February 4, 2020, 10:39:43 PM

Judge Result

Compile Error. /tmp/voj-1463/TFVwVOpZpfku.c: In function ‘main’: /tmp/voj-1463/TFVwVOpZpfku.c:30:29: error: stray ‘\342’ in program 30 | if(stu[i].qi>85&&stu[i].xi==‘Y’) | ^ /tmp/voj-1463/TFVwVOpZpfku.c:30:30: error: stray ‘\200’ in program 30 | if(stu[i].qi>85&&stu[i].xi==‘Y’) | ^ /tmp/voj-1463/TFVwVOpZpfku.c:30:31: error: stray ‘\230’ in program 30 | if(stu[i].qi>85&&stu[i].xi==‘Y’) | ^ /tmp/voj-1463/TFVwVOpZpfku.c:30:33: error: stray ‘\342’ in program 30 | if(stu[i].qi>85&&stu[i].xi==‘Y’) | ^ /tmp/voj-1463/TFVwVOpZpfku.c:30:34: error: stray ‘\200’ in program 30 | if(stu[i].qi>85&&stu[i].xi==‘Y’) | ^ /tmp/voj-1463/TFVwVOpZpfku.c:30:35: error: stray ‘\231’ in program 30 | if(stu[i].qi>85&&stu[i].xi==‘Y’) | ^ /tmp/voj-1463/TFVwVOpZpfku.c:30:32: error: ‘Y’ undeclared (first use in this function) 30 | if(stu[i].qi>85&&stu[i].xi==‘Y’) | ^ /tmp/voj-1463/TFVwVOpZpfku.c:30:32: note: each undeclared identifier is reported only once for each function it appears in /tmp/voj-1463/TFVwVOpZpfku.c:32:31: error: stray ‘\342’ in program 32 | if(stu[i].ban>80&&stu[i].xue==‘Y’) | ^ /tmp/voj-1463/TFVwVOpZpfku.c:32:32: error: stray ‘\200’ in program 32 | if(stu[i].ban>80&&stu[i].xue==‘Y’) | ^ /tmp/voj-1463/TFVwVOpZpfku.c:32:33: error: stray ‘\230’ in program 32 | if(stu[i].ban>80&&stu[i].xue==‘Y’) | ^ /tmp/voj-1463/TFVwVOpZpfku.c:32:35: error: stray ‘\342’ in program 32 | if(stu[i].ban>80&&stu[i].xue==‘Y’) | ^ /tmp/voj-1463/TFVwVOpZpfku.c:32:36: error: stray ‘\200’ in program 32 | if(stu[i].ban>80&&stu[i].xue==‘Y’) | ^ /tmp/voj-1463/TFVwVOpZpfku.c:32:37: error: stray ‘\231’ in program 32 | if(stu[i].ban>80&&stu[i].xue==‘Y’) | ^ Compile Error, Time = 0 ms, Memory = 0 KB, Score = 0.