Problem | pandacity |
---|---|
User | kxd |
Submission Time | 2023-06-08 22:11:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
In file included from /usr/include/c++/9/cassert:44,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:33,
from pandacity.cpp:1:
pandacity.cpp: In function ‘int main()’:
pandacity.cpp:40:11: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
40 | assert(a>2);
| ^