Problem | duckhunt13 |
---|---|
User | Shauryaw |
Submission Time | 2025-06-18 09:55:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckhunt13.cpp:18:28: error: missing terminating ' character
18 | cout << sum << '/n;
| ^~~~
duckhunt13.cpp: In function ‘int main()’:
duckhunt13.cpp:19:13: error: expected primary-expression before ‘int’
19 | int sum = 0;
| ^~~