Problem chickensoup
User bribritt
Submission Time 2023-12-06 11:10:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

chickensoup.cpp: In function ‘int main()’:
chickensoup.cpp:12:9: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
12 | rep(i,0,b)st[i]=inc[i]=0;
| ^
chickensoup.cpp:4:34: note: in definition of macro ‘rep’
4 | #define rep(i,a,b) for(int i=a;i<b;i++)
| ^
chickensoup.cpp:25:1: error: expected ‘}’ at end of input
25 | }
| ^
chickensoup.cpp:6:14: note: to match this ‘{’
6 | signed main(){
| ^