Problem | add1 |
---|---|
User | xlpaun |
Submission Time | 2024-07-10 17:00:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
add1.cpp:1:2: error: invalid preprocessing directive #inlcude; did you mean #include?
1 | #inlcude <iostream>
| ^~~~~~~
| include
add1.cpp: In function ‘int main()’:
add1.cpp:5:2: error: ‘cin’ was not declared in this scope
5 | cin >> x;
| ^~~
add1.cpp:6:2: error: ‘cout’ was not declared in this scope
6 | cout << x + 1;
| ^~~~