Problem guessproblem3_ex
User j48495734
Submission Time 2026-03-29 11:31:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guessproblem3_ex.cpp:4:12: error: declaration of ‘table’ as multidimensional array must have bounds for all dimensions except the first
4 | extern int table[][/*size*/];
| ^~~~~
guessproblem3_ex.cpp: In function ‘int main()’:
guessproblem3_ex.cpp:10:17: error: ‘table’ was not declared in this scope
10 | while(op != table[arg2][op])
| ^~~~~