Problem 7up
User Sumnumnumnumnum
Submission Time 2025-11-12 11:52:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

7up.cpp: In function ‘int main()’:
7up.cpp:12:14: error: expected primary-expression before ‘=’ token
12 | if (real === "7" or real == "7" or real/"7"!== isNaN))
| ^
7up.cpp:12:31: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
12 | if (real === "7" or real == "7" or real/"7"!== isNaN))
| ^~~
7up.cpp:12:42: error: invalid operands of types ‘int’ and ‘const char [2]’ to binary ‘operator/’
12 | if (real === "7" or real == "7" or real/"7"!== isNaN))
| ~~~~^~~~
| | |
| int const char [2]
7up.cpp:12:48: error: expected primary-expression before ‘=’ token
12 | if (real === "7" or real == "7" or real/"7"!== isNaN))
| ^
7up.cpp:12:50: error: ‘isNaN’ was not declar