#include <iostream> using namespace std; int main() { for (int i = 1; i <= 8; ________) // 在此处填入代码 cout << i; return 0; }
i++
i *= 2
i += 2
i * 2