Problem | addition |
---|---|
User | MegaG |
Submission Time | 2025-07-30 16:51:14 |
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:6:5: error: ‘ios’ has not been declared
6 | ios::sync_with_stdio(false);
| ^~~
addition.cpp:7:5: error: ‘cin’ was not declared in this scope
7 | cin.tie(nullptr);
| ^~~
addition.cpp:13:2: error: ‘cout’ was not declared in this scope
13 | cout << A + B;
| ^~~~