Problem | findmultiple |
---|---|
User | Hijackedsoul |
Submission Time | 2024-09-16 09:42:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
findmultiple.cpp: In function ‘int main()’:
findmultiple.cpp:5:2: error: ‘__int128t’ was not declared in this scope; did you mean ‘__int128_t’?
5 | __int128t a, b, c;
| ^~~~~~~~~
| __int128_t
findmultiple.cpp:6:14: error: ‘a’ was not declared in this scope
6 | std::cin >> a >> b >> c;
| ^
findmultiple.cpp:6:19: error: ‘b’ was not declared in this scope
6 | std::cin >> a >> b >> c;
| ^
findmultiple.cpp:6:24: error: ‘c’ was not declared in this scope
6 | std::cin >> a >> b >> c;
| ^