Submission #1072706

#TimeUsernameProblemLanguageResultExecution timeMemory
1072706kunzaZa183Fibonacci representations (CEOI18_fib)C++98
Compilation error
0 ms0 KiB
#include <bits/stdc++.h> using namespace std; int main() { int128_t num = 5; }

Compilation message (stderr)

fib.cpp: In function 'int main()':
fib.cpp:4:3: error: 'int128_t' was not declared in this scope; did you mean 'int32_t'?
    4 |   int128_t num = 5;
      |   ^~~~~~~~
      |   int32_t