Problem | eight |
---|---|
User | SkibidiScam123 |
Submission Time | 2025-01-27 17:11:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eight.cpp: In function ‘int main()’:
eight.cpp:4:3: error: ‘N’ was not declared in this scope
4 | N = 1;
| ^
eight.cpp:7:13: error: no match for ‘operator>>’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘const char [22]’)
7 | std::cout >> "8, 28, 38, 48, 58, 68";
| ~~~~~~~~~ ^~ ~~~~~~~~~~~~~~~~~~~~~~~
| | |
| | const char [22]
| std::ostream {aka std::basic_ostream<char>}
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,
from /usr/include/c++/9/ostream:38,
from /usr/include/c++/9/iostream:39,
from eight.cpp:1:
/usr/include/c++/9/bits/basic_string.tcc:1466:5: note: candidate: ‘templat