提交时间:2024-01-27 16:13:43

运行 ID: 38523

#include<iostream> using namespace std; int main() { for(int i=1;i<=16;i++){ cout<<6*i<<endl; } return 0; }