Problem | area_noi |
---|---|
User | Duk168 |
Submission Time | 2025-02-17 16:40:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
area_noi.cpp:1:2: error: invalid preprocessing directive #incldue; did you mean #include?
1 | #incldue <bits/stdc++.h>
| ^~~~~~~
| include
area_noi.cpp: In function ‘int main()’:
area_noi.cpp:6:2: error: ‘ios_base’ has not been declared
6 | ios_base::sync_with_stdio(false);
| ^~~~~~~~
area_noi.cpp:7:2: error: ‘cin’ was not declared in this scope
7 | cin.tie(0); cout.tie(0);
| ^~~
area_noi.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #incldue <bits/stdc++.h>
area_noi.cpp:7:14: error: ‘cout’ was not declared in this scope
7 | cin.tie(0); cout.tie(0);
| ^~~~
area_noi.cpp:7:14: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
area_noi.cpp:3:13: error: ‘vector’ was not declared in this scope