Problem | simp |
---|---|
User | cjcube |
Submission Time | 2023-11-09 20:38:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
simp.cpp:7:3: error: invalid preprocessing directive #Kai
7 | #Kai
| ^~~
simp.cpp:9:3: error: invalid preprocessing directive #Pavement
9 | #Pavement
| ^~~~~~~~
simp.cpp:11:3: error: invalid preprocessing directive #Goal
11 | #Goal
| ^~~~
simp.cpp: In function ‘int main()’:
simp.cpp:14:8: error: no match for ‘operator>>’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘const char [3]’)
14 | cout >> "NO";
| ~~~~ ^~ ~~~~
| | |
| | const char [3]
| std::ostream {aka std::basic_ostream<char>}
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:45,
from simp.cpp:1:
/usr/include/c++/9/cstddef:140:5: note: candidate: ‘template<class _IntegerType> constexpr std::__byte_op_t<_IntegerType> std::operator>>(std::byte, _IntegerType)’
140 | operator>