Problem | giantduck |
---|---|
User | Pan |
Submission Time | 2024-12-24 19:16:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
giantduck.cpp:38:26: error: expected ‘,’ or ‘;’ before ‘:’ token
38 | ll const mod = 10000007LL:
| ^
giantduck.cpp: In function ‘int main()’:
giantduck.cpp:75:37: error: ‘exponentiation’ was not declared in this scope
75 | for (ll i=1; i<=64; ++i) ans = ans*exponentiation(i, dfs(i))%mod;
| ^~~~~~~~~~~~~~