Problem party_noi
User ShaquilleOatmeal34
Submission Time 2025-03-14 15:55:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

party_noi.cpp: In function ‘int main()’:
party_noi.cpp:2:18: error: template argument 1 is invalid
2 | #define int long long
| ^~~~
party_noi.cpp:9:10: note: in expansion of macro ‘int’
9 | vector<(int)> (qwerty);
| ^~~
party_noi.cpp:2:18: error: template argument 2 is invalid
2 | #define int long long
| ^~~~
party_noi.cpp:9:10: note: in expansion of macro ‘int’
9 | vector<(int)> (qwerty);
| ^~~
party_noi.cpp:9:13: error: expected unqualified-id before ‘)’ token
9 | vector<(int)> (qwerty);
| ^