0_0_23073069_1502.cpp: In function 'int main()':
0_0_23073069_1502.cpp:3:20: error: expected ')' before ';' token
#define wq 99999999;
^
0_0_23073069_1502.cpp:28:18: note: in expansion of macro 'wq'
}if(min==wq) continue;
^
0_0_23073069_1502.cpp:28:20: error: expected primary-expression before ')' token
}if(min==wq) continue;
^
|