摘要:
Ajax: A New Approach to Web ApplicationsAjax: 开发web应用的新方法by Jesse James GarrettFebruary 18, 2005原文网址:http://adaptivepath.com/ideas/essays/archives/000... 阅读全文
摘要:
A. SwapSorthttp://codeforces.com/contest/489/problem/A给一个无序数列每次可以任意交换其中的两个数,求最小的交换次数使之变成有序数列,并输出方案这个题搞了一个小时,纠结于怎样才能做到最优,不过到后来仔细一想:和排序后的相比 未排序不同的必定要swa... 阅读全文
摘要:
A. Counterexamplehttp://codeforces.com/contest/483/problem/A在l,r范围中求出任意a,b,c组合l ≤ a 2 using namespace std; 3 long long a,b; 4 bool iscop(long long x,... 阅读全文
摘要:
Solve all Google Play Store errors1. Fix Google Play error 491Not able to download or Update any application on your Smartphone or tablet.Solution:- R... 阅读全文