Submission #1072706

# Submission time Handle Problem Language Result Execution time Memory
1072706 2024-08-24T03:08:14 Z kunzaZa183 Fibonacci representations (CEOI18_fib) C++
Compilation error
0 ms 0 KB
#include <bits/stdc++.h>
using namespace std;
int main() {
  int128_t num = 5;

}

Compilation message

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