Problem childsetter4
User abhro
Submission Time 2025-06-17 10:07:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:3:5: error: ‘string’ was not declared in this scope
3 | string b ;
| ^~~~~~
childsetter4.cpp:4:11: error: expected ‘;’ before ‘c’
4 | string c ;
| ^~
| ;
childsetter4.cpp:5:6: error: ‘cin’ was not declared in this scope
5 | cin >> a ;
| ^~~
childsetter4.cpp:6:12: error: ‘b’ was not declared in this scope
6 | cin >> b >> c ;
| ^
childsetter4.cpp:6:17: error: ‘c’ was not declared in this scope
6 | cin >> b >> c ;
| ^
childsetter4.cpp:8:2: error: ‘cout’ was not declared in this scope
8 | cout << c << ' ' << b ;
| ^~~~