Problem | maximum |
---|---|
User | idontlikeboystrustme |
Submission Time | 2025-01-26 22:06:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:7:2: error: ‘sts’ has not been declared
7 | sts::cin >> b;
| ^~~
maximum.cpp:9:13: error: no match for ‘operator>>’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘int’)
9 | std::cout >> b;
| ~~~~~~~~~ ^~ ~
| | |
| | int
| std::ostream {aka std::basic_ostream<char>}
maximum.cpp:9:13: note: candidate: ‘operator>>(int, int)’ <built-in>
9 | std::cout >> b;
| ~~~~~~~~~~^~~~
maximum.cpp:9:13: note: no known conversion for argument 1 from ‘std::ostream’ {aka ‘std::basic_ostream<char>’} to ‘int’
In file included from /usr/include/c++/9/string:56,
from /usr/include/c++/9/bits/locale_classes.h:40,
from /usr/include/c++/9/bits/ios_base.h:41,
from /usr/include/c++/9/ios:42,