Run ID:141074

提交时间:2025-12-21 09:47:05

#include <bits/stdc++.h> using namespace std; int main(){ int n = 10; for(int i = 1;i<= 4;i++) { n = n + 2; } cout << n; return 0; }