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