0_0_38781052_1338.cpp:23:13: error: macro "ct" passed 1 arguments, but takes just 0
23 | ct(1);
| ^
0_0_38781052_1338.cpp:7: note: macro "ct" defined here
7 | #define ct() cout<<x<<"\n";
|
0_0_38781052_1338.cpp:27:13: error: macro "ct" passed 1 arguments, but takes just 0
27 | ct(2);
| ^
0_0_38781052_1338.cpp:7: note: macro "ct" defined here
7 | #define ct() cout<<x<<"\n";
|
0_0_38781052_1338.cpp:33:17: error: macro "ct" passed 1 arguments, but takes just 0
33 | ct(2);
| ^
0_0_38781052_1338.cpp:7: note: macro "ct" defined here
7 | #define ct() cout<<x<<"\n";
|
0_0_38781052_1338.cpp:37:9: error: macro "ct" passed 1 arguments, but takes just 0
37 | ct(3);
| ^
0_0_38781052_1338.cpp:7: note: macro "ct" defined here
7 | #define ct() cout<<x<<"\n";
|
0_0_38781052_1338.cpp: In function 'void solve()':
0_0_38781052_1338.cpp:18:10: error: 'a' was not declared in this scope
18 | cin>>a>>b;
| ^
0_0_38781052_1338.cpp:18:13: error: 'b' was not declared in this scope
18 | cin>>a>>b;
| ^
0_0_38781052_1338.cpp:23:9: error: 'ct' was not declared in this scope
23 | ct(1);
| ^~
0_0_38781052_1338.cpp:27:9: error: 'ct' was not declared in this scope
27 | ct(2);
| ^~
0_0_38781052_1338.cpp:33:13: error: 'ct' was not declared in this scope
33 | ct(2);
| ^~
0_0_38781052_1338.cpp:37:5: error: 'ct' was not declared in this scope
37 | ct(3);
| ^~
|