首页
Python
Java
IOS
Andorid
NodeJS
JavaScript
HTML5
【
hdu2093
】的更多相关文章
hdu2093
#include <stdio.h> #include <string.h> #include <algorithm> #include <math.h> using namespace std; int m; struct node{ ]; int time,acno; }p[]; bool cmp(node a,node b){ ); else if(a.acno==b.acno) return a.time<b.time; else return…
HDU2093 字符串2种不错的读入思路
<span style="font-family: 'Times New Roman'; font-size: 12px; background-color: rgb(255, 255, 255);"> </span> <span style="font-family: 'Times New Roman'; font-size: 12px; background-color: rgb(255, 255, 255);">考试排名&l…
hdu2093 考试排名(还需完善)
下面代码是借鉴的.好多的知识点等着完善 #include <iostream> #include <string> #include <algorithm> using namespace std; struct stu { string name; int time; int solved; }S[]; bool cmp(stu a,stu b) { return a.solved != b.solved ? a.solved > b.solved:a.time…
OJ题目分类
POJ题目分类 | POJ题目分类 | HDU题目分类 | ZOJ题目分类 | SOJ题目分类 | HOJ题目分类 | FOJ题目分类 | 模拟题: POJ1006 POJ1008 POJ1013 POJ1016 POJ1017 POJ1169 POJ1298 POJ1326 POJ1350 POJ1363 POJ1676 POJ1786 POJ1791 POJ1835 POJ1970 POJ2317 POJ2325 POJ2390 POJ1012 POJ1082 POJ1099 POJ1114…
hdu2090-2097
hdu2090 模拟 #include<stdio.h> int main(){ ]; ,a1,a2; ; while(scanf("%s%lf%lf",b,&a1,&a2)!=EOF){ price+=a1*a2; // printf("%.1lf\n",price); } printf("%.1lf\n",price); ; } hdu2091 模拟实现 #include<stdio.h> int ma…