汪建福
汪建福
全部文章
分类
题解(2)
归档
标签
去牛客网
登录
/
注册
汪建福的博客
全部文章
(共2篇)
题解 | #Digit Sum of N!#
#include <iostream> #include <algorithm> #include <cstring> using namespace std; int main() { int n; while(cin>>n){ if(n==...
C++
2024-04-17
1
185
题解 | #[HNOI2003]操作系统#
#include<iostream> #include<queue> using namespace std; struct mode { int name; int beg; int time; int value; }jc; bool operator<...
C++
2024-04-17
1
163