Problem queuecutting
User kxd
Submission Time 2024-06-30 17:57:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

queuecutting.cpp:65:2: error: stray ‘#’ in program
65 | }#include <bits/stdc++.h>
| ^
queuecutting.cpp:65:3: error: ‘include’ does not name a type
65 | }#include <bits/stdc++.h>
| ^~~~~~~
queuecutting.cpp:92:11: error: redefinition of ‘const long long int N’
92 | const int N = 2e5+5;
| ^
queuecutting.cpp:28:11: note: ‘const long long int N’ previously defined here
28 | const int N = 2e5+5;
| ^
queuecutting.cpp:93:11: error: redefinition of ‘const long long int inf’
93 | const int inf = 1e9;
| ^~~
queuecutting.cpp:29:11: note: ‘const long long int inf’ previously defined here
29 | const int inf = 1e9;
| ^~~
queuecutting.cpp:94:11: error: redefinition of ‘const long long int INF’
94 | const int INF = 1e18;
| ^~~
queuecutting.cpp:30:11: note: ‘const long long int INF’ previously defined here
30