Problem motivation
User Hytoh
Submission Time 2023-08-16 11:46:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

motivation.cpp: In function ‘int main()’:
motivation.cpp:17:19: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
17 | if (lmao2[i] == "0") {
| ^~~
motivation.cpp:20:24: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
20 | else if (lmao2[i] == "1") {
| ^~~