Problem | addition |
---|---|
User | charlotteteo |
Submission Time | 2025-07-29 15:50:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp:1:1: error: ‘include’ does not name a type
1 | include <iostream>
| ^~~~~~~
addition.cpp: In function ‘int main()’:
addition.cpp:7:2: error: expected ‘,’ or ‘;’ before ‘int’
7 | int b = 7
| ^~~