Problem swayingflowers
User AaravRastogi
Submission Time 2025-12-03 21:01:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swayingflowers.cpp: In function ‘int main()’:
swayingflowers.cpp:11:33: error: ‘z’ was not declared in this scope
11 | for (int i = 1; i <= n ; ++i){ z = t/i; sm += (int)z;}
| ^