| Problem | party_noi |
|---|---|
| User | Ap3xthird515 |
| Submission Time | 2026-02-20 15:26:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
party_noi.cpp: In function ‘int main()’:
party_noi.cpp:13:26: error: expected ‘;’ before ‘int’
13 | sort(A.begin(), A.end())
| ^
| ;
14 | int sum=0;
| ~~~
party_noi.cpp:17:3: error: ‘sum’ was not declared in this scope
17 | sum+=i;
| ^~~
party_noi.cpp:19:10: error: ‘sum’ was not declared in this scope
19 | cout << sum;
| ^~~