Problem | party_noi |
---|---|
User | ShaquilleOatmeal34 |
Submission Time | 2025-03-14 15:54:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
party_noi.cpp:2:18: error: template argument 1 is invalid
2 | #define int long long
| ^~~~
party_noi.cpp:5:9: note: in expansion of macro ‘int’
5 | vector<(int)> (x);
| ^~~
party_noi.cpp:2:18: error: template argument 2 is invalid
2 | #define int long long
| ^~~~
party_noi.cpp:5:9: note: in expansion of macro ‘int’
5 | vector<(int)> (x);
| ^~~
party_noi.cpp:5:12: error: expected unqualified-id before ‘)’ token
5 | vector<(int)> (x);
| ^