随笔分类 - 白思不得姐
摘要:D - Between Two Arrays Time Limit: 2 sec / Memory Limit: 1024 MB Score : 400400 points The portal Editorial The portal #include <iostream> #include <v
阅读全文
摘要:来源于ac contest 219 B Time Limit: 2 sec / Memory Limit: 1024 MB Score : 200200 points Problem Statement You are given three strings S_1, S_2, S_3S1,S2
阅读全文
摘要:原题传送阵 个人思路: 建立两个数组,分别把字符和转换后的数字放入不同数组内, 然后累加就完事了! 做完后,发现好多大佬们用二维数组写的, 看了之后, 很懵....... 有位大佬的思路和我的差不多, 就是有个步骤没看明白, #include <algorithm> #include <iostre
阅读全文
摘要:枚举算法练习 - Virtual Judge (vjudge.net) WA: #include <iostream> #include <algorithm> #include <cstdio> #include <cstring> using namespace std; int main(){
阅读全文
摘要:Maximum Product - UVA 11059 - Virtual Judge (vjudge.net) 废话不多说,直接上我的错误代码! #include <iostream> #include <algorithm> #include <cstdio> #include <cstring
阅读全文