Кто знает помогите мне PLEASE
#include int main () { int ans = 0; for (int i = 1; i < 200; i++) if (i % 2 == 1) ans += i; std::cout << ans;<br>}