Problem | helloworld |
---|---|
User | Sandman |
Submission Time | 2023-04-13 10:41:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:3:7: error: expected unqualified-id before ‘int’
3 | std::int n = 7;
| ^~~
helloworld.cpp:4:15: error: ‘n’ was not declared in this scope
4 | std::cout << n / 0;
| ^