| Problem | rotate |
|---|---|
| User | Hijackedsoul |
| Submission Time | 2025-05-23 15:35:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
rotate.cpp:4:20: error: expected ‘;’ before ‘void’
4 | using namespace std
| ^
| ;
5 |
6 | void energy(int n, std::vector<int> v){
| ~~~~