0_0_20896378_2403.cpp: In function 'int main()':
0_0_20896378_2403.cpp:12:58: error: expected primary-expression before ')' token
#define PRINT(format, ...) printf(format, __VA_ARGS__)
^
0_0_20896378_2403.cpp:44:13: note: in expansion of macro 'PRINT'
PRINT("0\n");
^
|