Problem childsetter4
User MCSG
Submission Time 2025-06-17 09:35:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:7:12: error: expected ‘;’ before ‘return’
7 | cout<<t<<s
| ^
| ;
8 | return 0;
| ~~~~~~