码迷,mamicode.com
首页 >  
搜索关键字:traveler nobita    ( 42个结果
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 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
PAT 1030 Travel Plan (30分) Dijstra +Dfs
题目 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
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
Python刷CSDN阅读数(仅供娱乐)
#!/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
面试题3:二维数组中的查找
代码如下: 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
个人项目-WC(C/C++ Linux/Windows)
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 分) 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 分)
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
42条   1 2 3 4 5 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!