Problem | swayingflowers |
---|---|
User | TienKai |
Submission Time | 2024-02-14 23:20:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
swayingflowers.cpp: In function ‘int main()’:
swayingflowers.cpp:8:18: error: expected ‘;’ before ‘a’
8 | t = t - (t % n)
| ^
| ;
9 | a = a + t / n;
| ~
swayingflowers.cpp:12:10: error: ‘scoliosis’ was not declared in this scope
12 | cout << scoliosis;
| ^~~~~~~~~