Problem strawberry
User Kiameimon
Submission Time 2024-03-09 17:34:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

In file included from /usr/include/c++/9/cassert:44,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:33,
from strawberry.cpp:1:
strawberry.cpp: In function ‘int main()’:
strawberry.cpp:112:33: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
112 | assert(res < int(res[a].size()));
| ^