| Problem | addition |
|---|---|
| User | BigBackAdrino |
| Submission Time | 2026-06-09 22:29:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp:1:2: error: invalid preprocessing directive #involve
1 | #involve <iostream>
| ^~~~~~~
addition.cpp: In function ‘int main()’:
addition.cpp:5:2: error: ‘cin’ was not declared in this scope
5 | cin>>a;
| ^~~
addition.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #involve <iostream>