A traveler's map gives the distances between cities along the highways, together with the cost of each highway. Now you are supposed to write a progra ...
分类:
其他好文 时间:
2021-02-02 11:30:56
阅读次数:
0
将元组作为一个记录存入列表中: traveler_ids=[('USA','311'),('BRA','342'),('ESP','566')] for passport in sorted(traveler_ids): print("%s%s"%passport) 元组拆包: city,year, ...
分类:
其他好文 时间:
2020-07-15 01:29:17
阅读次数:
87
题目 A traveler's map gives the distances between cities along the highways, together with the cost of each highway. Now you are supposed to write a pro ...
分类:
Web程序 时间:
2020-05-27 18:35:42
阅读次数:
73
Traveler ZOJ - 4103 The famous traveler BaoBao is visiting the Dream Kingdom now. There are nn cities in Dream Kingdom, numbered from 11 to nn. The ci ...
分类:
其他好文 时间:
2020-05-03 00:57:04
阅读次数:
81
#!/usr/bin/env python # -*- coding: utf-8 -*- """ @File:csdn_reads.py @E-mail:364942727@qq.com @Time:2020/4/16 10:03 下午 @Author:Nobita @Version:1.0 @D ...
分类:
编程语言 时间:
2020-04-17 09:25:36
阅读次数:
73
#!/usr/bin/env python # -*- coding: utf-8 -*- """ @File:继承_子类和父类的关系.py @E-mail:364942727@qq.com @Time:2020/4/4 12:39 上午 @Author:Nobita @Version:1.0 @D ...
分类:
其他好文 时间:
2020-04-04 09:27:00
阅读次数:
67
代码如下: 1 # coding:utf-8 2 """ 3 4 File:SearchMatrix.py 5 Author:Nobita 6 Time:2019/12/18 20:46 7 E-main:364942727@qq.com 8 Description:面试题3:二堆数组中的查找 9 ...
分类:
编程语言 时间:
2019-12-20 13:26:02
阅读次数:
78
1. Github地址 https://github.com/S-TRAVELER/WC 2. PSP表格 3. 解题思路 由于之前开发基本是在Linux上,看到题目需要exe,于是就计划在Linux平台上开发完基本功能,再兼容Windows平台。 3.1 跨平台 由于考虑了跨平台(Linux+Wi ...
分类:
编程语言 时间:
2019-09-25 12:39:33
阅读次数:
103
1030 Travel Plan (30 分) 1030 Travel Plan (30 分) 1030 Travel Plan (30 分) A traveler's map gives the distances between cities along the highways, togeth ...
分类:
其他好文 时间:
2019-06-24 09:14:46
阅读次数:
85
1030 Travel Plan (30 分) A traveler's map gives the distances between cities along the highways, together with the cost of each highway. Now you are su ...
分类:
其他好文 时间:
2019-02-22 23:09:41
阅读次数:
161