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