Problem ntuc
User yeezin
Submission Time 2025-06-19 11:09:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ntuc.cpp: In function ‘int main()’:
ntuc.cpp:11:20: error: expected ‘;’ at end of input
11 | if (Si < 0);break
| ~~~~~^
| ;
ntuc.cpp:11:15: error: expected ‘}’ at end of input
11 | if (Si < 0);break
| ^~~~~
ntuc.cpp:8:29: note: to match this ‘{’
8 | for (int i = 0; i < n; i++){
| ^
ntuc.cpp:11:15: error: expected ‘}’ at end of input
11 | if (Si < 0);break
| ^~~~~
ntuc.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^