0_0_27628907_9152.cpp: In function 'void upd(int, int, int)':
0_0_27628907_9152.cpp:207:26: error: 'call' was not declared in this scope
if (d == 5) fuck(call(4));
^
0_0_27628907_9152.cpp:5:40: note: in definition of macro 'fuck'
#define fuck(x) cout<<"["<<#x<<" " << (x) << "]"<<endl
^
0_0_27628907_9152.cpp:220:29: error: 'call' was not declared in this scope
if (d == 5) fuck(call(4));
^
0_0_27628907_9152.cpp:5:40: note: in definition of macro 'fuck'
#define fuck(x) cout<<"["<<#x<<" " << (x) << "]"<<endl
^
0_0_27628907_9152.cpp: In function 'int main()':
0_0_27628907_9152.cpp:275:10: error: 'show' was not declared in this scope
show();
^
|