Problem | veryeasyproblem |
---|---|
User | ForgottenDragon |
Submission Time | 2025-03-29 15:37:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
veryeasyproblem.cpp: In function ‘int main()’:
veryeasyproblem.cpp:6:15: error: expected ‘;’ before ‘std’
6 | std::cin >> x
| ^
| ;
7 | std:: cout < "You enteredL " << x << std::endl;
| ~~~