| Problem | fractions |
|---|---|
| User | MegaG |
| Submission Time | 2025-11-08 13:29:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fractions.cpp:4:2: error: invalid preprocessing directive #defien; did you mean #define?
4 | #defien int long long
| ^~~~~~
| define
fractions.cpp:5:17: error: ‘atd’ is not a namespace-name
5 | using namespace atd;
| ^~~
fractions.cpp: In function ‘int main()’:
fractions.cpp:8:2: error: ‘ios_base’ has not been declared
8 | ios_base::sync_with_stdio(false);
| ^~~~~~~~
fractions.cpp:9:2: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
9 | cin.tie(0);
| ^~~
| std::cin
In file included from fractions.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
fractions.cpp:10:2: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
10 | cout.tie(0);
| ^~~~
| std::cout
In file included from f