| Problem | mathclass |
|---|---|
| User | chatdanai |
| Submission Time | 2026-04-14 14:12:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mathclass.cpp: In function ‘int main()’:
mathclass.cpp:19:12: error: ‘print’ was not declared in this scope; did you mean ‘printf’?
19 | if (a>=b) print(fast_pow(a,b)%10000000007);
| ^~~~~
| printf