Problem 1609
User Catornado
Submission Time 2023-07-26 16:53:29
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){std::n+=0.1;}std::cout<<100;}
| ^
1609.cpp:3:40: error: ‘n’ is not a member of ‘std’
3 | int main(){while(n>1000000000000){std::n+=0.1;}std::cout<<100;}
| ^