摘要:
题目链接。题意:找一个n,和一个m(m #include #include #include #include #include #include #include using namespace std;typedef unsigned long long int LL;int main() { freopen("my.txt", "w", stdout); int cnt = 0; for(LL n=8; cnt #include #include using namespace std;char a[][40] = {" 6 ... 阅读全文
posted @ 2013-06-30 17:15
Still_Raining
阅读(559)
评论(0)
推荐(0)
摘要:
题目链接。题意:给定两个数,一个G,一个L,找出两个数a,b(a#include #include #include #include #include #include using namespace std;const int maxn = 100+10;typedef long long LL;int main() { // freopen("my.txt", "r", stdin); int T; LL G, L; scanf("%d", &T); while(T--) { while(cin >> G & 阅读全文
posted @ 2013-06-30 10:50
Still_Raining
阅读(283)
评论(0)
推荐(0)
浙公网安备 33010602011771号