Problem timeexam
User fanqie
Submission Time 2023-11-15 10:05:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
timeexam.cpp: In function ‘int main()’:
timeexam.cpp:5:2: error: ‘ios_base’ has not been declared
5 | ios_base::sync_with_studio(false); cin.tie(0); cout.tie(0);
| ^~~~~~~~
timeexam.cpp:5:37: error: ‘cin’ was not declared in this scope
5 | ios_base::sync_with_studio(false); cin.tie(0); cout.tie(0);
| ^~~
timeexam.cpp:5:49: error: ‘cout’ was not declared in this scope
5 | ios_base::sync_with_studio(false); cin.tie(0); cout.tie(0);
| ^~~~
timeexam.cpp:11:10: error: unable to find numeric literal operator ‘operator""a’
11 | cout << 100a+b;
| ^~~~