| Problem | party_noi |
|---|---|
| User | herngr3y |
| Submission Time | 2026-04-21 09:12:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
party_noi.cpp:5:8: error: cannot declare ‘::main’ to be a global variable
5 | signed main
| ^~~~
party_noi.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
party_noi.cpp:7:3: note: in expansion of macro ‘int’
7 | int n;
| ^~~
party_noi.cpp:3:13: error: expected ‘}’ before ‘long’
3 | #define int long long
| ^~~~
party_noi.cpp:7:3: note: in expansion of macro ‘int’
7 | int n;
| ^~~
party_noi.cpp:6:1: note: to match this ‘{’
6 | {
| ^
party_noi.cpp:8:3: error: ‘cin’ does not name a type; did you mean ‘sin’?
8 | cin >> n;
| ^~~
| sin
party_noi.cpp:10:17: error: ‘n’ was not declared in this scope
10 | vector<int> a(n);
| ^
party_noi.cpp:11:3: error: expected unqualified-id before ‘for’
11 | for (int i = 0; i &