Problem cheerleaders
User kenkunkin
Submission Time 2026-01-20 23:34:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cheerleaders.cpp:7:34: error: stray ‘#’ in program
7 | ios_base::sync_with_stdio(0);#include <bits/stdc++.h>
| ^
cheerleaders.cpp: In function ‘void Init()’:
cheerleaders.cpp:7:35: error: ‘include’ was not declared in this scope
7 | ios_base::sync_with_stdio(0);#include <bits/stdc++.h>
| ^~~~~~~
cheerleaders.cpp:7:44: error: ‘bits’ was not declared in this scope
7 | ios_base::sync_with_stdio(0);#include <bits/stdc++.h>
| ^~~~
cheerleaders.cpp:7:49: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
7 | ios_base::sync_with_stdio(0);#include <bits/stdc++.h>
| ^~~~
| std
cheerleaders.cpp:9:1: error: expected primary-expression before ‘using’