| Problem | binarycoins |
|---|---|
| User | LiuZq |
| Submission Time | 2024-06-02 17:58:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarycoins.cpp: In function ‘ll Pow(ll, ll)’:
binarycoins.cpp:6:21: error: ‘y’ was not declared in this scope
6 | for(ll i = 0; i < y; ++i)
| ^
binarycoins.cpp:7:5: error: ‘result’ was not declared in this scope
7 | result *= x;
| ^~~~~~
binarycoins.cpp:7:15: error: ‘x’ was not declared in this scope
7 | result *= x;
| ^