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

Compile Error

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