Problem onlineexam
User jeongwonho64
Submission Time 2023-04-01 22:38:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

onlineexam.cpp: In function ‘std::string exam(int)’:
onlineexam.cpp:8:7: error: ‘judge’ is not a member of ‘std’; did you mean ‘{anonymous}::judge’?
8 | std::judge.answer = s;
| ^~~~~
In file included from onlineexam.cpp:2:
grader.cpp:65:3: note: ‘{anonymous}::judge’ declared here
65 | } judge;
| ^~~~~