0_0_25142203_334.cpp: In function 'void init()':
0_0_25142203_334.cpp:16:38: error: 'SCANF' was not declared in this scope
#define SCANF(...) SCANF(__VA_ARGS__)
^
0_0_25142203_334.cpp:30:2: note: in expansion of macro 'SCANF'
SCANF("%d %d\n", &r, &c);
^
0_0_25142203_334.cpp: In function 'int main()':
0_0_25142203_334.cpp:16:38: error: 'SCANF' was not declared in this scope
#define SCANF(...) SCANF(__VA_ARGS__)
^
0_0_25142203_334.cpp:114:2: note: in expansion of macro 'SCANF'
SCANF("%d\n", &tt);
^
|