Problem | mandarins |
---|---|
User | YSH2020 |
Submission Time | 2023-10-01 08:49:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mandarins.cpp:4:1: error: ‘_int128’ does not name a type; did you mean ‘rintf128’?
4 | _int128 powxy(_int128 x, _int128 y) {
| ^~~~~~~
| rintf128
mandarins.cpp: In function ‘int main()’:
mandarins.cpp:13:13: error: ‘powxy’ was not declared in this scope
13 | cout << powxy(k+1, n);
| ^~~~~