Problem pascal
User Phoubia01
Submission Time 2025-06-12 22:35:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pascal.cpp:3:31: error: expected constructor, destructor, or type conversion before ‘(’ token
3 | std::ios_base::sync_with_stdio(false);
| ^
pascal.cpp:4:6: error: ‘cin’ in namespace ‘std’ does not name a type
4 | std::cin.tie(nullptr);
| ^~~
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:75,
from pascal.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~