| Problem | party_noi |
|---|---|
| User | peepeepoop |
| Submission Time | 2026-01-13 22:51:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
party_noi.cpp: In function ‘int main()’:
party_noi.cpp:5:2: error: ‘cin’ was not declared in this scope
5 | cin >> n;
| ^~~
party_noi.cpp:7:15: error: ‘evenornuh’ was not declared in this scope
7 | realorfake = evenornuh(n);
| ^~~~~~~~~
party_noi.cpp:10:2: error: ‘vector’ was not declared in this scope
10 | vector<long long> happiness;
| ^~~~~~
party_noi.cpp:10:9: error: expected primary-expression before ‘long’
10 | vector<long long> happiness;
| ^~~~
party_noi.cpp:14:4: error: ‘happiness’ was not declared in this scope
14 | happiness.push_back(isitpositive);
| ^~~~~~~~~
party_noi.cpp:18:7: error: ‘happiness’ was not declared in this scope
18 | sort(happiness.begin(), happiness.end(), arrange);
| ^~~~~~~~~
party_noi.cpp:18:2: error: ‘sort’ was not declared in this scope; did you mean ‘short’?
18 | sort(happin