Problem | lllontree |
---|---|
User | Henries |
Submission Time | 2024-12-16 23:14:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lllontree.cpp:4:11: error: two or more data types in declaration of ‘n’
4 | long long n;
| ^
lllontree.cpp:3:19: error: two or more data types in declaration of ‘type name’
3 | #define long long int
| ^~~
lllontree.cpp:5:13: note: in expansion of macro ‘long’
5 | vector<long long> values;
| ^~~~
lllontree.cpp:5:17: error: template argument 1 is invalid
5 | vector<long long> values;
| ^
lllontree.cpp:5:17: error: template argument 2 is invalid
lllontree.cpp:3:19: error: two or more data types in declaration of ‘type name’
3 | #define long long int
| ^~~
lllontree.cpp:6:20: note: in expansion of macro ‘long’
6 | vector<vector<long long>> adjlist;
| ^~~~
lllontree.cpp:3:19: error: template argument 1 is invalid
3 | #define long long int
|