Problem 1609
User Catornado
Submission Time 2023-07-26 16:53:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

1609.cpp: In function ‘int main()’:
1609.cpp:3:18: error: ‘n’ was not declared in this scope
3 | int main(){while(n>1000000000000){n+=0.1;}std::cout<<100;}
| ^