Problem | simplebridges |
---|---|
User | TheFelixKS |
Submission Time | 2024-02-13 12:40:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
simplebridges.cpp:1:1: error: ‘include’ does not name a type
1 | include <iostream>
| ^~~~~~~
simplebridges.cpp: In function ‘int main()’:
simplebridges.cpp:7:2: error: ‘ios_base’ has not been declared
7 | ios_base::sync_with_stdio(false);
| ^~~~~~~~
simplebridges.cpp:8:2: error: ‘cin’ was not declared in this scope
8 | cin.tie(NULL);
| ^~~
simplebridges.cpp:8:10: error: ‘NULL’ was not declared in this scope
8 | cin.tie(NULL);
| ^~~~
simplebridges.cpp:1:1: note: ‘NULL’ is defined in header ‘<cstddef>’; did you forget to ‘#include <cstddef>’?
+++ |+#include <cstddef>
1 | include <iostream>
simplebridges.cpp:17:2: error: ‘cout’ was not declared in this scope
17 | cout<<"Yes";else cout<<"No";
| ^~~~
simplebridges.cpp:17:19: error: ‘cout’ was not declared in this scope
17 | cout<<"Yes";else cout<<"No";