Problem | add1_easy |
---|---|
User | Elwinthenerd |
Submission Time | 2024-11-01 15:59:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
add1_easy.cpp:6:17: error: stray ‘\’ in program
6 | cout << a+1 << \n << b+1 << \n << c+1;
| ^
add1_easy.cpp:6:30: error: stray ‘\’ in program
6 | cout << a+1 << \n << b+1 << \n << c+1;
| ^
add1_easy.cpp: In function ‘int main()’:
add1_easy.cpp:6:18: error: ‘n’ was not declared in this scope
6 | cout << a+1 << \n << b+1 << \n << c+1;
| ^