Run ID:154385
提交时间:2026-05-30 13:41:27
#include <iostream> using namespace std; int main() { int i for (int; i ;+=3) { cin>>i cout << i } return 0; }