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

Compile Error

cpicgame.cpp:4:26: error: ‘int’ is not a template
4 | map<tuple<int,int,char>, int< memo;
| ^~~
cpicgame.cpp:4:31: error: ‘memo’ was not declared in this scope
4 | map<tuple<int,int,char>, int< memo;
| ^~~~
cpicgame.cpp:4:26: error: template argument 2 is invalid
4 | map<tuple<int,int,char>, int< memo;
| ^~~
cpicgame.cpp:4:26: error: template argument 4 is invalid
cpicgame.cpp:5:26: error: ‘int’ is not a template
5 | map<tuple<int,int,char>, int< vis;
| ^~~
cpicgame.cpp:5:31: error: ‘vis’ was not declared in this scope
5 | map<tuple<int,int,char>, int< vis;
| ^~~
cpicgame.cpp:5:26: error: template argument 2 is invalid
5 | map<tuple<int,int,char>, int< vis;
|