Problem | scicom |
---|---|
User | Fr5ctal |
Submission Time | 2025-06-27 12:47:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
scicom.cpp:1:2: error: invalid preprocessing directive #inlcude; did you mean #include?
1 | #inlcude <bits/stdc++.h>
| ^~~~~~~
| include
scicom.cpp: In function ‘int main()’:
scicom.cpp:6:2: error: ‘string’ was not declared in this scope
6 | string a, b;
| ^~~~~~
scicom.cpp:1:1: note: ‘std::string’ is defined in header ‘<string>’; did you forget to ‘#include <string>’?
+++ |+#include <string>
1 | #inlcude <bits/stdc++.h>
scicom.cpp:7:2: error: ‘cin’ was not declared in this scope
7 | cin >> a >> b;
| ^~~
scicom.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #inlcude <bits/stdc++.h>
scicom.cpp:7:9: error: ‘a’ was not declared in this scope
7 | cin >> a >> b;
| ^
scicom.cpp:7:14: error: ‘b’ was no