| Problem | parallelogramisation |
|---|---|
| User | naivecyans |
| Submission Time | 2025-06-17 16:42:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
parallelogramisation.cpp: In function ‘int main()’:
parallelogramisation.cpp:11:14: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
11 | if (query=="1"){
| ^~~
parallelogramisation.cpp:15:19: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
15 | else if (query=="2"){
| ^~~