求教大神,如何解决当输入20e4时,输出为17500? 摘要:#include <stdio.h>#include <stdlib.h> 文章列表 2018年10月28日 0 点赞 1 评论 387 浏览 评分:0.0
c++中<>与""的区别 摘要:c++中,经常会自己编写头文件,自己编写的头文件引用时用“”,而系统头文件引用时用<>。 为什么这样用呢,因为<>是从系统目录下查找文件而" " 先从当前目录下查找文件,如果没有再到系统目录下查找文…… 文章列表 2018年11月03日 6 点赞 3 评论 1591 浏览 评分:0.0
猥琐的打表!! 摘要:1317 摆地摊 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 大师 Master题解题目描述 Description 由于经济紧张,可怜的Antinomyra只好在传说中的…… 文章列表 2018年11月08日 1 点赞 0 评论 1043 浏览 评分:0.0
再度上映打表“圣人” 摘要:1760 极点统计 2012年CTSC国家队选拔赛 时间限制: 3 s 空间限制: 256000 KB 题目等级 : 大师 Master题解题目描述 Description 对于一个由平面上点组成的…… 文章列表 2018年11月08日 2 点赞 0 评论 541 浏览 评分:0.0
请问???? 摘要:#include <iostream> #include <cstdio> #include <algorithm> #include <cstring> #include <cmath> …… 文章列表 2018年11月08日 1 点赞 0 评论 659 浏览 评分:0.0
新知识:倍增 LCA 摘要:刚做一道题:1036 商务旅行 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 钻石 Diamond题目描述 Description某首都城市的商人要经常到各城镇去做生意,他们按自己…… 文章列表 2018年11月08日 2 点赞 5 评论 330 浏览 评分:0.0
这是一个有意的题 摘要:#include<stdio.h>int main(){int i,j; printf(" ****** ******\n" " ********** ******…… 文章列表 2018年11月09日 0 点赞 0 评论 485 浏览 评分:0.0
树剖LCA 摘要:#include<bits/stdc++.h> #define lli long long int #define mid ((ll+rr)>>1) #define debug cout us…… 文章列表 2018年11月10日 1 点赞 0 评论 983 浏览 评分:0.0
Codeforces896C - Willem, Chtholly and Seniorious 珂朵莉树 摘要: 珂朵莉树是用来做区间推平跟一些奇怪的查询,比如本题区间幂次和,基于 set 来维护三元组 [ L,R,w ],在数据随机的情况下,复杂的是能得到保证的。在 split 操作里要先 sp…… 文章列表 2018年11月11日 0 点赞 0 评论 637 浏览 评分:0.0
使用数组,通过循环去实现赋值。但为什么这样写是错的。 摘要:# include <stdio.h>int main(){ int n, i, k = 1, a[n]; float sum; printf("请输入班级人数:"); sca…… 文章列表 2018年11月12日 0 点赞 2 评论 177 浏览 评分:0.0