提交时间:2020-08-16 08:40:19

运行 ID: 5883

#include <bits/stdc++.h> using namespace std; int main() { for(int x=4;x<=12;x+=4) { cout<<x<<" "<<25-7*x/4<<" "<<75+3*x/4<<endl; } }