| Problem | doubletrouble |
|---|---|
| User | Halud |
| Submission Time | 2025-02-10 11:37:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
doubletrouble.cpp: In function ‘int main()’:
doubletrouble.cpp:27:35: error: expected ‘;’ before ‘}’ token
27 | cur = (cur * 2) % 1000000007
| ^
| ;
28 | }
| ~