0_0_39209234_22278.cpp: In function 'int main()':
0_0_39209234_22278.cpp:4:13: error: 'lonh' was not declared in this scope; did you mean 'long'?
4 | #define int lonh long
| ^~~~
0_0_39209234_22278.cpp:10:9: note: in expansion of macro 'int'
10 | int cnt;
| ^~~
0_0_39209234_22278.cpp:16:17: error: 'cnt' was not declared in this scope; did you mean 'int'?
16 | cnt=0;
| ^~~
| int
0_0_39209234_22278.cpp:4:18: error: expected ';' before 'long'
4 | #define int lonh long
| ^~~~
0_0_39209234_22278.cpp:17:21: note: in expansion of macro 'int'
17 | for(int i=0;i<3;i++)
| ^~~
0_0_39209234_22278.cpp:17:29: error: 'i' was not declared in this scope
17 | for(int i=0;i<3;i++)
| ^
|