Problem | maximum |
---|---|
User | donkeykong |
Submission Time | 2023-05-14 16:13:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp:2:7: error: expected nested-name-specifier before ‘namepsace’
2 | using namepsace std;
| ^~~~~~~~~
maximum.cpp: In function ‘int main()’:
maximum.cpp:4:14: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
4 | int a,b; cin>>a>>b;
| ^~~
| std::cin
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:75,
from maximum.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
maximum.cpp:6:9: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
6 | cout<<a;
| ^~~~
| std::cout
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:75,
from maximum.cpp:1:
/usr/include/c++/9/iostream:61:18: note: ‘