Problem | construct |
---|---|
User | justin271828 |
Submission Time | 2023-06-28 21:53:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
construct.cpp: In function ‘int main()’:
construct.cpp:11:26: error: expected ‘;’ before ‘}’ token
11 | powerans %= 1000000007
| ^
| ;
12 | }
| ~