1 #include 2 #include 3 #include 4 #include 5 #define sc3(x,y,z) scanf("%lld%lld%lld", &x, &y, &z) 6 #define pf(x) printf("%lld\n",x) 7 #defi...
分类:
其他好文 时间:
2015-04-05 13:15:04
阅读次数:
119
NetworkTime Limit: 5000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:369464-bit integer IO format:%lld Java class name:MainA n...
分类:
Web程序 时间:
2015-04-04 23:48:31
阅读次数:
272
1 #include 2 #include 3 #include 4 #define sc(x) scanf("%d",&x) 5 #define sc1(x) scanf("%lld",&x) 6 #define pf(x) printf("%d\n",x) 7 #def...
分类:
其他好文 时间:
2015-04-04 19:46:20
阅读次数:
104
Language: C++ 4.8.2#includeint main(void){ long long int m, n, copy_m; int count = 1; int number = 0; while(1) { scanf("%lld%ll...
分类:
其他好文 时间:
2015-04-03 22:15:29
阅读次数:
213
UVA - 108
Maximum Sum
Time Limit: 3000MS
Memory Limit: Unknown
64bit IO Format: %lld & %llu
Submit Status
Description
Background
A problem that is simple ...
分类:
其他好文 时间:
2015-04-03 09:25:36
阅读次数:
210
UVA - 10716
Evil Straw Warts Live
Time Limit: 3000MS
Memory Limit: Unknown
64bit IO Format: %lld & %llu
Submit Status
Description
Problem D: Evil Straw Warts...
分类:
其他好文 时间:
2015-04-03 09:22:28
阅读次数:
134
少有人做的水题,直接贴代码。
//poj 3911
//sep9
#include
using namespace std;
typedef long long ll;
int main()
{
ll n,c;
while(scanf("%lld%lld",&n,&c)==2){
if(n==0){
printf("0\n");
continue;
}
ll ...
分类:
Web程序 时间:
2015-04-03 01:37:30
阅读次数:
164
UVA - 10954
Add All
Time Limit: 3000MS
Memory Limit: Unknown
64bit IO Format: %lld & %llu
Submit Status
Description
Problem F
Add All
Input: standard input
Output: stan...
分类:
其他好文 时间:
2015-04-01 09:42:30
阅读次数:
179
UVA - 103
Stacking Boxes
Time Limit: 3000MS
Memory Limit: Unknown
64bit IO Format: %lld & %llu
Submit Status
Description
Background
Some concepts in Mathe...
分类:
其他好文 时间:
2015-04-01 09:37:30
阅读次数:
147
UVA - 10700
Camel trading
Time Limit: 3000MS
Memory Limit: Unknown
64bit IO Format: %lld & %llu
Submit Status
Description
Problem E - Camel trading
Time L...
分类:
其他好文 时间:
2015-03-31 09:04:17
阅读次数:
140