Problem | do_you_like_me |
---|---|
User | maximushartanto |
Submission Time | 2025-06-29 13:50:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
do_you_like_me.cpp: In function ‘int main()’:
do_you_like_me.cpp:31:2: error: non-member ‘a’ cannot be declared ‘mutable’
31 | mutable function a = "hello world hello world";
| ^~~~~~~
do_you_like_me.cpp:32:6: error: no match for ‘operator>>’ (operand types are ‘std::istream’ {aka ‘std::basic_istream<char>’} and ‘const char*’)
32 | cin >> a;
| ~~~ ^~ ~
| | |
| | const char*
| std::istream {aka std::basic_istream<char>}
In file included from /usr/include/c++/9/sstream:38,
from /usr/include/c++/9/complex:45,
from /usr/include/c++/9/ccomplex:39,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:54,
from do_you_like_me.cpp:1:
/usr/include/c++/9/istream:168:7: note: candidate: ‘std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(bool