Problem mathhomework
User yc
Submission Time 2026-06-17 09:44:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mathhomework.cpp: In function ‘int main()’:
mathhomework.cpp:19:27: error: ‘ct’ was not declared in this scope; did you mean ‘cu’?
19 | int cu = x*(y%10)*ct;
| ^~
| cu
mathhomework.cpp:28:9: error: ‘b’ was not declared in this scope
28 | b=b/10;
| ^