#include <iostream> using namespace std; void main() { int i; for (i=0;i<10;i++) { int j=1; cout<<j<<endl; } }
6.3w+
社区成员
25.0w+
社区内容