Problem sana
User kxd
Submission Time 2025-02-02 18:40:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sana.cpp:104:2: error: stray ‘#’ in program
104 | }#include <bits/stdc++.h>
| ^
sana.cpp:104:3: error: ‘include’ does not name a type
104 | }#include <bits/stdc++.h>
| ^~~~~~~
sana.cpp:131:11: error: redefinition of ‘const long long int N’
131 | const int N = 2e5+5;
| ^
sana.cpp:28:11: note: ‘const long long int N’ previously defined here
28 | const int N = 2e5+5;
| ^
sana.cpp:132:11: error: redefinition of ‘const long long int M’
132 | const int M = 2005;
| ^
sana.cpp:29:11: note: ‘const long long int M’ previously defined here
29 | const int M = 2005;
| ^
sana.cpp:133:11: error: redefinition of ‘const long long int inf’
133 | const int inf = 1e9;
| ^~~
sana.cpp:30:11: note: ‘const long long int inf’ previously defined here
30 | const int inf = 1e9;
| ^~~
sana.cpp:134:11: er