1#include <iostream>2#include <stdio.h>3#include <string.h>4usingnamespacestd;5voidwork(chara[])6{7inti;8for(i=0;a[i];i++){9switch(a[i]){10case'n':a[i]='u';break;11case'5':a[i]='s';break;12case'w':a[i]='m';break;13case'p':a[i]='d';break;14case'u':a[...
keys=[1,2,3,4,5,6,7]values=['Mon','Tue','Wed','Thu','Fri','Sat','Sun']d=dict(zip(keys,values))# print(d)x = int(input())print(d[x]) #读取对应字典中的元素 7-03 sdut-查字典 输入样例: 3 2red: having the colour of blood or firegreen:having the colour of grass or ...
7-2 sdut-oop-6 计算各种图形的周长(多态) (10 分)<接口|继承|多态|分割字符串> 题目 点击查看题目 定义接口或类 Shape,定义求周长的方法length()。 定义如下类,实现接口Shape或父类Shape的方法。 (1)三角形类Triangle (2)长方形类Rectangle (3)圆形类Circle等。 定义测试类ShapeTest,用Shape接口(或类)...
SDUTOJ 2711 4-2 电子时钟中的运算符重载 #include<iostream> #include<stdio.h> using namespace std; class Time { private: int h, m, s; public: Time(); Time(int,int,int); void display(); void tick(); Time 2d #include ios i++ 知识 转载 2017-06-10 13:56:00 37 阅读 【剑...
Here_SDUT 2022/08/08 4060 loj#6031. 「雅礼集训 2017 Day1」字符串(SAM 广义SAM 数据分治) 编程算法 考虑K比较小的情况,可以直接暴力建SAM, 枚举w的子串算出现次数。询问用个 的vector记录一下每次在vector里二分就好。 attack 2019/03/19 6290 ZR#330. 【18 提高 3】矿石(容斥) go 题意题目链接 So...
7-7 sdut-C语言实验-选夫婿 简介:7-7 sdut-C语言实验-选夫婿 倾国倾城的大家闺秀潘小姐要选夫婿啦!武林中各门各派,武林外各大户人家,闻讯纷纷前来,强势围观。前来参与竞选的男生藏龙卧虎,高手云集,才子遍布,帅哥纷纭,更不乏富二代,官二代,可谓声势空前。
7-2sdut-oop-6计算各种图形的周长(多态)(10分)接⼝继承 多态分割字符串 题⽬ 点击查看题⽬ # 代码 import java.util.Scanner;interface Shape{ double length();} class Triangle implements Shape{ double a;double b;double c;public Triangle(double a,double b,double c) { this.a=a;this.b=...
摘要:归并排序经典代码View Code #include #define N 10000 void Merge(int a[],int low,int mid,int high) { int m = mid+1 , n = high-mid; int i,x[N],... 阅读全文 posted @ 2012-07-22 17:06 Nice! 阅读(194) 评论(0) 推荐(0) 编辑 uva10499 The Land of Justice 摘要:花了一...
它的优点是:利用字符串的公共前缀来节约存储空间。相对来说,Trie树是一种比较简单的数据结构,比较易于理解。话说上帝是公平的,简单的东西是要付出相应的代价的!Trie树也有它的缺点,它的内存消耗非常大。下面介绍一个减小内存消耗的小技巧。 我们先看看这个题目:http://acm.sdut.edu.cn/judgeonline/showproblem?
推荐排行榜 1. 将十六进制的字符串转化为UIImage(1) 2. 匿名内部类(1) 3. POJ 3253 Fence Repair(小顶堆的应用)(1) 最新评论 1. Re:HDU 2988 || SDUT 2391 Dark roads(最小生成树kruskal算法) 我想是不是应该改成“return (*(struct node *)a).v > (*(struct node *)b).v ? 1 :-1...