Problem shamelessad
User Nathaniel
Submission Time 2025-03-14 15:43:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shamelessad.cpp:1:1: error: ‘ios’ does not name a type
1 | ios::sync_with_stdio(0) ; cin.tie(0);
| ^~~
shamelessad.cpp:1:27: error: ‘cin’ does not name a type
1 | ios::sync_with_stdio(0) ; cin.tie(0);
| ^~~
shamelessad.cpp: In function ‘int main()’:
shamelessad.cpp:8:10: error: expected ‘}’ at end of input
8 | return 0;
| ^
shamelessad.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^