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

Compile Error

lightningrod.cpp: In function ‘int main()’:
lightningrod.cpp:21:4: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
21 | return;
| ^~~~~~
lightningrod.cpp:25:10: error: ‘buildingsN’ was not declared in this scope; did you mean ‘buildingN’?
25 | cout << buildingsN;
| ^~~~~~~~~~
| buildingN