#include <iostream> int main() { for (int j=0 ; j < 10 ; ++j) { //поскипано }; int j=0; std::cout << j; }
0