Problem gridgame
User sporknives
Submission Time 2025-06-11 10:07:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gridgame.cpp:56:2: error: stray ‘#’ in program
56 | }#include <bits/stdc++.h>
| ^
gridgame.cpp:56:3: error: ‘include’ does not name a type
56 | }#include <bits/stdc++.h>
| ^~~~~~~
gridgame.cpp:60:8: error: redefinition of ‘int main()’
60 | signed main() {
| ^~~~
gridgame.cpp:5:8: note: ‘int main()’ previously defined here
5 | signed main() {
| ^~~~