Problem | shamelessad |
---|---|
User | Wheezycantcode |
Submission Time | 2025-02-07 15:37:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
shamelessad.cpp:2:1: error: ‘include’ does not name a type
2 | include namespace std;
| ^~~~~~~
shamelessad.cpp: In function ‘int main()’:
shamelessad.cpp:5:2: error: ‘ios’ has not been declared
5 | ios::sync_with_stdio(0); cin.tie(0);
| ^~~
shamelessad.cpp:5:27: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
5 | ios::sync_with_stdio(0); cin.tie(0);
| ^~~
| std::cin
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:75,
from shamelessad.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
shamelessad.cpp:6:2: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
6 | cout << "https://codebreaker.xyz/problem/shamelessad\nAlso check out the collection!"<