Problem | typoswap |
---|---|
User | Law |
Submission Time | 2024-06-21 13:04:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typoswap.cpp: In function ‘int main()’:
typoswap.cpp:8:16: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
8 | if (a == b == "Programming Competitive");
| ^~~~~~~~~~~~~~~~~~~~~~~~~