Problem competition
User newperson
Submission Time 2025-06-15 17:11:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

competition.cpp:11:38: error: stray ‘#’ in program
11 | for (int i=0;i<n;i++) cin >> bio[i];#include <bits/stdc++.h>
| ^
competition.cpp: In function ‘int main()’:
competition.cpp:11:39: error: ‘include’ was not declared in this scope
11 | for (int i=0;i<n;i++) cin >> bio[i];#include <bits/stdc++.h>
| ^~~~~~~
competition.cpp:11:48: error: ‘bits’ was not declared in this scope
11 | for (int i=0;i<n;i++) cin >> bio[i];#include <bits/stdc++.h>
| ^~~~
competition.cpp:11:53: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
11 | for (int i=0;i<n;i++) cin >> bio[i];#include <bits/stdc++.h>
| ^~~~
| std
compet