转跳点:🐏 1001 A+B Format (20分) Calculate a+b and output the sum in standard format -- that is, the digits must be separated into groups of three by comm ...
分类:
其他好文 时间:
2020-02-18 11:26:13
阅读次数:
89
原题链接https://codeforces.com/problemset/problem/79/D 原题描述 D. Password time limit per test 1 second memory limit per test 256 megabytes input standard in ...
分类:
其他好文 时间:
2020-02-14 16:56:02
阅读次数:
103
异常信息 分析原因 1.该异常是如何产生的 我是通过postman,发送一个post请求,导致该异常的。 从上面的异常信息来看,是因为该目录[/tmp/tomcat.1428942566812653608.8090/work/Tomcat/localhost/ROOT],不存在导致的。 2.该异常为 ...
分类:
编程语言 时间:
2020-02-14 14:32:50
阅读次数:
404
问题描述: Calculate a+b and output the sum in standard format -- that is, the digits must be separated into groups of three by commas (unless there are le ...
分类:
其他好文 时间:
2020-02-12 10:51:16
阅读次数:
65
C. Make Good time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Let's call an array a1,a2,… ...
分类:
其他好文 时间:
2020-02-12 00:35:24
阅读次数:
75
Calculate a+b and output the sum in standard format -- that is, the digits must be separated into groups of three by commas (unless there are less tha ...
分类:
其他好文 时间:
2020-02-11 19:26:40
阅读次数:
79
以下内容 翻译、择抄、适当修改自 "JWT官网" ,当了一次大自然的搬运工 打开官网你就会看到这么一个介绍: JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely ...
分类:
其他好文 时间:
2020-02-11 11:49:04
阅读次数:
101
E. Little Artem and Time Machine time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Little ...
分类:
其他好文 时间:
2020-02-11 09:42:48
阅读次数:
71
0. 1. Standard library header <algorithm> #include <algorithm> // for sort std::array<int,10> s = {5,7,2,8,6,1,9,0,3}; // initial an array std::sort(s ...
分类:
编程语言 时间:
2020-02-11 09:29:05
阅读次数:
56
1.STL的诞生 长久以来,软件界一直希望建立一种可以重复利用的东西 C++的 面向对象 和 泛型编程 思想,目的就是 复用性的提升 大多数情况下,数据结构和算法都未能有一套标准,导致被迫从事大量重复工作 为了建立数据集结构和算法的一套标准,诞生了STL 2.STL基本概念 STL(Standard ...
分类:
编程语言 时间:
2020-02-10 13:28:55
阅读次数:
79