Problem GSS
User Migogoh10
Submission Time 2026-07-08 16:17:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

GSS.cpp: In function ‘int main()’:
GSS.cpp:2:13: error: expected ‘(’ before ‘long’
2 | #define int long long
| ^~~~
GSS.cpp:10:6: note: in expansion of macro ‘int’
10 | for int i = 0; i < n; ++1) {
| ^~~
GSS.cpp:10:26: error: lvalue required as increment operand
10 | for int i = 0; i < n; ++1) {
| ^