Problem | div3 |
---|---|
User | Usu |
Submission Time | 2025-07-18 11:16:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
div3.cpp:1:2: error: invalid preprocessing directive #iclcude; did you mean #include?
1 | #iclcude <bits/stdc++.h>
| ^~~~~~~
| include
div3.cpp: In function ‘int main()’:
div3.cpp:6:2: error: ‘cin’ was not declared in this scope
6 | cin >> i;
| ^~~
div3.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #iclcude <bits/stdc++.h>
div3.cpp:8:3: error: ‘cout’ was not declared in this scope
8 | cout << "YES";
| ^~~~
div3.cpp:8:3: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
div3.cpp:10:3: error: ‘cout’ was not declared in this scope
10 | cout << "NO";
| ^~~~
div3.cpp:10:3: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?