Problem area
User j48495734
Submission Time 2026-07-11 00:15:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area.cpp:4:1: error: specializing member ‘std::basic_ios<char>::sync_with_stdio’ requires ‘template<>’ syntax
4 | ios::sync_with_stdio(0);
| ^~~
area.cpp:5:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
5 | cin.tie(0);
| ^~~
| sin