| Problem | urarareader |
|---|---|
| User | Hihihihihi |
| Submission Time | 2026-06-23 10:46:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
urarareader.cpp:10:6: error: stray ‘\357’ in program
10 | if (y>=K) {
| ^
urarareader.cpp:10:7: error: stray ‘\274’ in program
10 | if (y>=K) {
| ^
urarareader.cpp:10:8: error: stray ‘\210’ in program
10 | if (y>=K) {
| ^
urarareader.cpp: In function ‘int main()’:
urarareader.cpp:9:6: error: no match for ‘operator<<’ (operand types are ‘std::istream’ {aka ‘std::basic_istream<char>’} and ‘long long int’)
9 | cin<<y;
| ~~~^~~
| | |
| | long long int
| std::istream {aka std::basic_istream<char>}
urarareader.cpp:9:6: note: candidate: ‘operator<<(int, long long int)’ <built-in>
9 | cin<<y;
| ~~~^~~
urarareader.cpp:9:6: note: no known conversion for argument 1 from ‘std::istream’ {aka ‘std::basic_istream<char>’} to ‘int’
In file included from /usr/include/c++/9/regex: