Problem network
User jatrophalouvre
Submission Time 2024-09-04 16:53:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

network.cpp: In function ‘void pint(int)’:
network.cpp:93:11: error: ‘print’ was not declared in this scope; did you mean ‘pint’?
93 | if (x>9) print(x/10);
| ^~~~~
| pint
network.cpp: In function ‘void driver()’:
network.cpp:179:15: error: expected ‘)’ before ‘;’ token
179 | pint(z.size(); putchar('\n');
| ~ ^
| )