0_0_39571586_16423.cpp:1:9: error: 'iostream' was not declared in this scope
1 | include<iostream>
| ^~~~~~~~
0_0_39571586_16423.cpp:1:9: error: 'iostream' was not declared in this scope
0_0_39571586_16423.cpp:1:9: error: 'iostream' was not declared in this scope
0_0_39571586_16423.cpp:1:9: error: 'iostream' was not declared in this scope
0_0_39571586_16423.cpp:1:9: error: 'iostream' was not declared in this scope
0_0_39571586_16423.cpp:1:9: error: 'iostream' was not declared in this scope
0_0_39571586_16423.cpp:1:9: error: 'iostream' was not declared in this scope
0_0_39571586_16423.cpp:1:9: error: 'iostream' was not declared in this scope
0_0_39571586_16423.cpp:1:9: error: 'iostream' was not declared in this scope
0_0_39571586_16423.cpp:1:1: error: 'include' does not name a type
1 | include<iostream>
| ^~~~~~~
0_0_39571586_16423.cpp: In function 'int main()':
0_0_39571586_16423.cpp:7:9: error: 'cin' was not declared in this scope
7 | cin >> n;
| ^~~
0_0_39571586_16423.cpp:10:17: error: 'cout' was not declared in this scope
10 | cout << "Case " << i << ":" <<endl;
| ^~~~
0_0_39571586_16423.cpp:10:48: error: 'endl' was not declared in this scope
10 | cout << "Case " << i << ":" <<endl;
| ^~~~
|