Problem | sum |
---|---|
User | duck |
Submission Time | 2024-12-02 10:19:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sum.cpp:1:1: error: ‘include’ does not name a type
1 | include <iostream>
| ^~~~~~~
sum.cpp: In function ‘int main()’:
sum.cpp:4:9: error: ‘cin’ was not declared in this scope
4 | int n; cin >> n;
| ^~~
sum.cpp:12:2: error: ‘cout’ was not declared in this scope
12 | cout << a << " " << b;
| ^~~~
sum.cpp:12:10: error: ‘a’ was not declared in this scope
12 | cout << a << " " << b;
| ^
sum.cpp:12:22: error: ‘b’ was not declared in this scope
12 | cout << a << " " << b;
| ^