Problem | binaryspells |
---|---|
User | blob |
Submission Time | 2023-11-21 16:42:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
binaryspells.cpp: In function ‘int main()’:
binaryspells.cpp:22:42: error: expected ‘)’ before ‘long’
22 | totalDamage += damage[i] * (i long long << i);
| ~ ^~~~~
| )