Problem ippt
User darius0
Submission Time 2025-03-13 11:19:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ippt.cpp: In function ‘int main()’:
ippt.cpp:6:26: error: ‘cin_tie’ was not declared in this scope
6 | ios::sync_with_stdio(0);cin_tie(0);
| ^~~~~~~
ippt.cpp:23:2: error: expected ‘}’ at end of input
23 | }
| ^
ippt.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^