-
Bio
#include <bits/stdc++.h> using namespace std; int main () { cout << "我爱编程" << endl; return 0; }
-
Accepted Problems
-
Recent Activities
Problem Tags
- DAI
- 8
- 循环
- 7
- 一本通编程启蒙
- 5
- NOIP2012T1
- 1
- 模拟
- 1
- 数组
- 1
#include <bits/stdc++.h>
using namespace std;
int main ()
{
cout << "我爱编程" << endl;
return 0;
}