Problem | mathexam |
---|---|
User | Sans12345 |
Submission Time | 2024-02-12 11:49:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mathexam.cpp:1:1: error: stray ‘\’ in program
1 | \#include <bits/stdc++.h>
| ^
mathexam.cpp:1:2: error: stray ‘#’ in program
1 | \#include <bits/stdc++.h>
| ^
mathexam.cpp:1:3: error: ‘include’ does not name a type
1 | \#include <bits/stdc++.h>
| ^~~~~~~
mathexam.cpp: In function ‘int main()’:
mathexam.cpp:7:2: error: ‘ios_base’ has not been declared
7 | ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);
| ^~~~~~~~
mathexam.cpp:7:31: error: ‘cin’ was not declared in this scope
7 | ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);
| ^~~
mathexam.cpp:7:42: error: ‘cout’ was not declared in this scope
7 | ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);
| ^~~~
mathexam.cpp:8:10: error: ‘fixed’ was not declared in this scope
8 | cout << fixed;
|