-
个人简介
———————————————————————————
网站
约瑟夫问题 (难度:9;尝试:37 AC:2)
数字对 (难度:10;尝试:57 AC:1)
#include<bits/stdc++.h> using namespace std; int main() { long long n; cin>>n; long long tot=pow(2,n-1); tot=tot%1000000007; long long ans=pow(2,2*n-1); ans=ans%1000000007; cout<<tot+ans; return 0; }随机数代码
#include<iostream> #include<stdlib.h> #include<time.h> int main() { int X; std::cin>>X; srand(time(NULL)); std::cout<<rand()%X; } -
通过的题目
-
最近活动
This person is lazy and didn't join any contests or homework. -
最近编写的题解
This person is lazy and didn't write any solutions. -
Stat
-
Rating
题目标签
- 2002
- 1
- 系统测试
- 1
- 搜索
- 1
- NOIp 普及组
- 1
- 深度优先搜索
- 1
- DFS
- 1
- 素数判断
- 1
- 质数
- 1
- 筛法
- 1
