Problem lightningrod
User HighLithop
Submission Time 2024-11-16 13:33:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lightningrod.cpp: In function ‘int main()’:
lightningrod.cpp:18:7: error: ‘y’ was not declared in this scope
18 | if (y!=1){
| ^
lightningrod.cpp:19:4: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
19 | return;
| ^~~~~~