Problem funnysequence
User YSH2020
Submission Time 2025-10-29 16:16:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

funnysequence.cpp:3:14: error: ‘long’ specified with ‘__int128’
3 | #define long long __int128;
| ^~~~
funnysequence.cpp:4:8: note: in expansion of macro ‘long’
4 | vector<long long> a(1e6+5);
| ^~~~
funnysequence.cpp:3:19: error: template argument 1 is invalid
3 | #define long long __int128;
| ^~~~~~~~
funnysequence.cpp:4:8: note: in expansion of macro ‘long’
4 | vector<long long> a(1e6+5);
| ^~~~
funnysequence.cpp:3:19: error: template argument 2 is invalid
3 | #define long long __int128;
| ^~~~~~~~
funnysequence.cpp:4:8: note: in expansion of macro ‘long’
4 | vector<long long> a(1e6+5);
| ^~~~
funnysequence.cpp:3:19: error: declaration does not declare anything [-fpermissive]
3 | #define long long __int128;
| ^~~~~~~~
funnysequence.cpp:4:13: note: