Problem pandaeyes
User R9q5P8
Submission Time 2026-04-13 13:10:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pandaeyes.cpp: In function ‘int main()’:
pandaeyes.cpp:14:56: error: expected ‘;’ before ‘}’ token
14 | if (thing.second > last) {last = thing.first; total++}
| ^
| ;