Problem simp
User joshua2152
Submission Time 2023-05-02 17:44:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

simp.cpp: In function ‘int main()’:
simp.cpp:6:17: error: no match for ‘operator>>’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘const char [2]’)
6 | cin >> N; cout >> "\n"; cin >> a1 >> a2; cout << "\n"; cin >> b1 >> b2; cout << "\n"; cin >> c1 >> c2; cout << "\n";
| ~~~~ ^~ ~~~~
| | |
| | const char [2]
| 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 simp.cpp:1:
/usr/include/c++/9/bits/basic_string.tc