Problem | examstress |
---|---|
User | YSH2020 |
Submission Time | 2025-05-19 15:32:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
examstress.cpp: In function ‘int main()’:
examstress.cpp:4:19: error: two or more data types in declaration of ‘type name’
4 | #define long long __int128
| ^~~~~~~~
examstress.cpp:10:21: note: in expansion of macro ‘long’
10 | unordered_map<long long, int> s;
| ^~~~
examstress.cpp:10:30: error: template argument 1 is invalid
10 | unordered_map<long long, int> s;
| ^
examstress.cpp:10:30: error: template argument 3 is invalid
examstress.cpp:10:30: error: template argument 4 is invalid
examstress.cpp:10:30: error: template argument 5 is invalid
examstress.cpp:14:13: error: two or more data types in declaration of ‘a’
14 | long long a = 0;
| ^
examstress.cpp:15:19: error: ‘a’ was not declared in this scope
15 | for (char i:x) {a *= 26; a += (i-'a');}
| ^
examstress.cpp:16:5: