| Problem | grapevine |
|---|---|
| User | WH8 |
| Submission Time | 2026-03-12 11:43:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
grapevine.cpp: In function ‘int main()’:
grapevine.cpp:105:15: error: no matching function for call to ‘std::basic_istream<char>::tie(bool)’
105 | cin.tie(false);
| ^
In file included from /usr/include/c++/9/ios:44,
from /usr/include/c++/9/istream:38,
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 grapevine.cpp:1:
/usr/include/c++/9/bits/basic_ios.h:295:7: note: candidate: ‘std::basic_ostream<_CharT, _Traits>* std::basic_ios<_CharT, _Traits>::tie() const [with _CharT = char; _Traits = std::char_traits<char>]’
295 | tie() const
| ^~~
/usr/include/c++/9/bits/basic_ios.h:295:7: note: candidate expects 0 arguments, 1 provided
/usr/include/c++/9/bits/basi