0_0_39142808_25174.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
1 | #include using namespace std;
| ^~~~~
0_0_39142808_25174.cpp: In function 'int main()':
0_0_39142808_25174.cpp:10:2: error: 'cin' was not declared in this scope
10 | cin >> m;
| ^~~
0_0_39142808_25174.cpp:18:2: error: 'cout' was not declared in this scope
18 | cout << i << endl;
| ^~~~
0_0_39142808_25174.cpp:18:15: error: 'endl' was not declared in this scope
18 | cout << i << endl;
| ^~~~
|