Problem sum
User Jinxuan
Submission Time 2024-12-02 10:40:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sum.cpp: In function ‘long long int readInt()’:
sum.cpp:14:17: error: a function-definition is not allowed here before ‘{’ token
14 | int32_t main () {
| ^
sum.cpp:24:1: error: expected ‘}’ at end of input
24 | }
| ^
sum.cpp:5:15: note: to match this ‘{’
5 | int readInt() {
| ^