Problem | modulochain |
---|---|
User | Elwinthenerd |
Submission Time | 2024-12-27 15:26:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
modulochain.cpp:17:57: error: stray ‘\’ in program
17 | cout << sum << " " << product << " " << subtract << \n;
| ^
modulochain.cpp: In function ‘int main()’:
modulochain.cpp:17:58: error: ‘n’ was not declared in this scope
17 | cout << sum << " " << product << " " << subtract << \n;
| ^