Problem unluckyfloors
User dooweidde
Submission Time 2025-12-19 16:36:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

unluckyfloors.cpp: In function ‘int main()’:
unluckyfloors.cpp:48:20: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
48 | if (temp[j] == "4") {
| ^~~
unluckyfloors.cpp:53:21: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
53 | if (temp[j] == "3" and temp[j-1] == "1"){
| ^~~
unluckyfloors.cpp:53:42: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
53 | if (temp[j] == "3" and temp[j-1] == "1"){
| ^~~