Problem childvschild
User asruby
Submission Time 2024-12-18 09:36:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

childvschild.cpp: In function ‘int main()’:
childvschild.cpp:64:17: error: expected ‘;’ before ‘return’
64 | cout << x - y
| ^
| ;
65 | return 0;
| ~~~~~~