0_0_39766524_1404.cpp:3:10: error: 'iostream' was not declared in this scope
3 | include <iostream>
| ^~~~~~~~
0_0_39766524_1404.cpp:3:10: error: 'iostream' was not declared in this scope
0_0_39766524_1404.cpp:3:10: error: 'iostream' was not declared in this scope
0_0_39766524_1404.cpp:3:10: error: 'iostream' was not declared in this scope
0_0_39766524_1404.cpp:3:10: error: 'iostream' was not declared in this scope
0_0_39766524_1404.cpp:3:10: error: 'iostream' was not declared in this scope
0_0_39766524_1404.cpp:3:10: error: 'iostream' was not declared in this scope
0_0_39766524_1404.cpp:3:10: error: 'iostream' was not declared in this scope
0_0_39766524_1404.cpp:3:10: error: 'iostream' was not declared in this scope
0_0_39766524_1404.cpp:3:1: error: 'include' does not name a type
3 | include <iostream>
| ^~~~~~~
0_0_39766524_1404.cpp: In function 'int main()':
0_0_39766524_1404.cpp:25:5: error: 'cin' was not declared in this scope
25 | cin>>t;
| ^~~
0_0_39766524_1404.cpp:45:5: error: 'cout' was not declared in this scope
45 | cout<<endl;
| ^~~~
0_0_39766524_1404.cpp:45:11: error: 'endl' was not declared in this scope
45 | cout<<endl;
| ^~~~
0_0_39766524_1404.cpp:59:5: error: 'cout' was not declared in this scope
59 | cout<<"Case "<<m<<":"<<endl;
| ^~~~
0_0_39766524_1404.cpp:59:28: error: 'endl' was not declared in this scope
59 | cout<<"Case "<<m<<":"<<endl;
| ^~~~
|