Problem | construct |
---|---|
User | samvar0907 |
Submission Time | 2024-01-19 07:43:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
construct.cpp: In function ‘int main()’:
construct.cpp:9:9: error: ‘k’ was not declared in this scope
9 | if (k == 0) {
| ^
construct.cpp:10:41: error: ‘n’ was not declared in this scope
10 | long long result = (1LL * power(n, m)) % mod;
| ^
construct.cpp:10:44: error: ‘m’ was not declared in this scope
10 | long long result = (1LL * power(n, m)) % mod;
| ^
construct.cpp:10:35: error: ‘power’ was not declared in this scope
10 | long long result = (1LL * power(n, m)) % mod;
| ^~~~~