Problem add1
User vadar2525
Submission Time 2026-03-23 09:46:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

add1.cpp: In function ‘int main()’:
add1.cpp:11:10: error: expected primary-expression before ‘<’ token
11 | cout <<< i << "\n";
| ^
add1.cpp:11:14: error: invalid operands of types ‘long long int’ and ‘const char [2]’ to binary ‘operator<<’
11 | cout <<< i << "\n";
| ~ ^~ ~~~~
| | |
| | const char [2]
| long long int