Problem cpicgame
User wey7777777
Submission Time 2026-06-23 11:39:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cpicgame.cpp:10:23: error: stray ‘#’ in program
10 | if (r == 0) return#include <bits/stdc++.h>
| ^
cpicgame.cpp: In function ‘int solve(int, int, char)’:
cpicgame.cpp:10:24: error: ‘include’ was not declared in this scope
10 | if (r == 0) return#include <bits/stdc++.h>
| ^~~~~~~
cpicgame.cpp:10:33: error: ‘bits’ was not declared in this scope
10 | if (r == 0) return#include <bits/stdc++.h>
| ^~~~
cpicgame.cpp:10:38: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
10 | if (r == 0) return#include <bits/stdc++.h>
| ^~~~
| std
cpicgame.cpp:11:1: error: expected primary-expression before ‘using’
11 | using namespace std;
| ^~~~~
cpicgame.cpp:10:47: error: expected ‘;’ before ‘using’