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

Compile Error

unluckyfloors.cpp: In function ‘int main()’:
unluckyfloors.cpp:47:4: error: expected ‘,’ or ‘;’ before ‘for’
47 | for (int j = 0; j < temp.size(); j++){//check if the number given is in any way unlucky
| ^~~
unluckyfloors.cpp:47:20: error: ‘j’ was not declared in this scope
47 | for (int j = 0; j < temp.size(); j++){//check if the number given is in any way unlucky
| ^