Problem | veryeasymath |
---|---|
User | ETkilobyte |
Submission Time | 2024-11-17 18:05:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
veryeasymath.cpp:2:1: error: ‘include’ does not name a type
2 | include <boost/multiprecision/cpp_int.hpp>
| ^~~~~~~
veryeasymath.cpp: In function ‘int main()’:
veryeasymath.cpp:5:5: error: ‘ios_base’ has not been declared
5 | ios_base::sync_with_stdio(false);std::cin.tie(NULL);
| ^~~~~~~~
veryeasymath.cpp:6:17: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
6 | long long a;cin>>a;
| ^~~
| std::cin
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:75,
from veryeasymath.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
veryeasymath.cpp:10:9: error: ‘int128_t’ was not declared in this scope; did you mean ‘int32_t’?
10 | int128_t ans = b+1;
| ^~~~~~~