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