| Problem | ippt |
|---|---|
| User | rasquait |
| Submission Time | 2025-12-01 10:22:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ippt.cpp: In function ‘int main()’:
ippt.cpp:5:7: error: ‘sync_with_iostd’ is not a member of ‘std::ios’ {aka ‘std::basic_ios<char>’}
5 | ios::sync_with_iostd(0);
| ^~~~~~~~~~~~~~~
ippt.cpp:6:6: error: ‘std::istream’ {aka ‘class std::basic_istream<char>’} has no member named ‘link’; did you mean ‘in’?
6 | cin.link(0);
| ^~~~
| in