| Problem | exponentiate |
|---|---|
| User | helloworld |
| Submission Time | 2024-02-13 15:37:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:11:9: error: expected primary-expression before ‘unsigned’
11 | cout<<unsigned long long(pow(1.0*a[i],1.0*b[i]))%m[i]<<"\n";
| ^~~~~~~~