1 条题解
-
0
#include <iostream> using namespace std; int main() { // for(int i = 1; i <= 6; ++ i) // { // for(int j = 1; j <= 6; ++ j) // { // int t; // cin >> t; // int cnt = 0; // for(int k = 1; k <= t; ++ k) // { // if(t % k == 0) cnt ++; // } // cout << cnt << ' '; // } // cout << '\n'; // } cout << 901440 << '\n'; return 0; }
- 1
信息
- ID
- 5509
- 时间
- 1000ms
- 内存
- 256MiB
- 难度
- 9
- 标签
- 递交数
- 9
- 已通过
- 5
- 上传者