Problem | addition |
---|---|
User | MrPuddleVon |
Submission Time | 2025-06-16 14:10:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp:1:25: error: missing terminating > character
1 | # include <bits/stdc++.h
| ^
addition.cpp: In function ‘int main()’:
addition.cpp:8:10: error: expected ‘;’ before ‘}’ token
8 | return 0
| ^
| ;
9 | }
| ~