Problem | deciphering_zane_4 |
---|---|
User | f0restf1re |
Submission Time | 2024-01-05 11:55:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
deciphering_zane_4.cpp: In function ‘const char* solve(int)’:
deciphering_zane_4.cpp:4:6: error: ‘t’ was not declared in this scope
4 | if (t==0) return "electrocardiogram";
| ^
deciphering_zane_4.cpp:5:6: error: ‘t’ was not declared in this scope
5 | if (t==1) return "concession";
| ^
deciphering_zane_4.cpp:6:6: error: ‘t’ was not declared in this scope
6 | if (t==2) return "one hand is hard";
| ^
deciphering_zane_4.cpp:7:6: error: ‘t’ was not declared in this scope
7 | if (t==3) return "Simida";
| ^
deciphering_zane_4.cpp:8:6: error: ‘t’ was not declared in this scope
8 | if (t==4) return NULL;
| ^
deciphering_zane_4.cpp:9:6: error: ‘t’ was not declared in this scope
9 | if (t==5) return "offend";
| ^
deciphering_zane_4.cpp:10:6: error: ‘t’ was not declared in this scope
10 | if (t==6) return "myself";
| ^
dec