Problem | minimum |
---|---|
User | christal |
Submission Time | 2023-12-09 15:45:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int main()’:
minimum.cpp:5:12: error: expected ‘}’ before numeric constant
5 | int N, A{2 000 000 005};
| ~ ^~~
minimum.cpp:5:12: error: expected ‘,’ or ‘;’ before numeric constant
minimum.cpp: At global scope:
minimum.cpp:7:5: error: expected unqualified-id before ‘return’
7 | return 0;
| ^~~~~~
minimum.cpp:8:1: error: expected declaration before ‘}’ token
8 | }
| ^