Problem | contestcalc |
---|---|
User | laravansteen |
Submission Time | 2025-05-24 09:26:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
contestcalc.cpp: In function ‘int32_t main()’:
contestcalc.cpp:14:3: error: ‘scpre’ was not declared in this scope; did you mean ‘score’?
14 | scpre[line]=mark;
| ^~~~~
| score
contestcalc.cpp:17:5: error: expected ‘;’ before ‘x’
17 | cin x;
| ^~
| ;