Problem timeexam
User Kenniene
Submission Time 2024-01-28 00:07:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp:6:38: error: stray ‘#’ in program
6 | ios_base::sync_with_stdio(false);#include <bits/stdc++.h>
| ^
timeexam.cpp: In function ‘int32_t main()’:
timeexam.cpp:6:39: error: ‘include’ was not declared in this scope
6 | ios_base::sync_with_stdio(false);#include <bits/stdc++.h>
| ^~~~~~~
timeexam.cpp:6:48: error: ‘bits’ was not declared in this scope
6 | ios_base::sync_with_stdio(false);#include <bits/stdc++.h>
| ^~~~
timeexam.cpp:6:53: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
6 | ios_base::sync_with_stdio(false);#include <bits/stdc++.h>
| ^~~~
| std
timeexam.cpp:7:1: error: expected primary-expression befo