Problem feedthewallabies
User Xiaoyang
Submission Time 2023-11-26 00:09:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

feedthewallabies.cpp: In function ‘int main()’:
feedthewallabies.cpp:57:11: error: ‘x’ was not declared in this scope
57 | rep(j,0,x){
| ^
feedthewallabies.cpp:14:36: note: in definition of macro ‘rep’
14 | #define rep(i,a,b) for (int i=a;i<(b);i++)
| ^