
交互题
普通网友
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
new collections
交互题 无话可说...... #include using namespace std ; set s ; double magic[7]={10.0,100.0,999.96,6325.61,9517.19,9950.67,9995.01}; void solve () { string c ; for ( int i = 1 ; i <= 10000 ; ++原创 2017-10-08 22:29:36 · 260 阅读 · 0 评论 -
CodeForce896 B. Ithea Plays With Chtholly
#include using namespace std; const int maxn = 1050 ; int n , m , c , temp ; int arr[maxn] ; int main(){ int num = 0 ; scanf("%d %d %d" , &n , &m , &c) ; memset(arr , -1 , sizeof(arr))原创 2017-12-16 18:56:34 · 408 阅读 · 0 评论