UVA - 673
Parentheses Balance
Time Limit: 3000MS
Memory Limit: Unknown
64bit IO Format: %lld & %llu
Submit Status
Description
Parentheses Balance...
分类:
其他好文 时间:
2014-12-18 20:48:22
阅读次数:
283
UVA - 10596
Morning Walk
Time Limit: 3000MS
Memory Limit: Unknown
64bit IO Format: %lld & %llu
Submit Status
Description
Problem H
Morning Walk
...
分类:
其他好文 时间:
2014-12-17 22:48:02
阅读次数:
184
UVA - 657
The die is cast
Time Limit: 3000MS
Memory Limit: Unknown
64bit IO Format: %lld & %llu
Submit Status
Description
The die is cast
...
分类:
其他好文 时间:
2014-12-17 09:13:08
阅读次数:
229
UVA - 572
Oil Deposits
Time Limit: 3000MS
Memory Limit: Unknown
64bit IO Format: %lld & %llu
Submit Status
Description
Oil Deposits
T...
分类:
其他好文 时间:
2014-12-16 22:47:56
阅读次数:
629
UVA - 10305
Ordering Tasks
Time Limit: 3000MS
Memory Limit: Unknown
64bit IO Format: %lld & %llu
Submit Status
Description
Problem F
Ordering Tasks
Input: standard inp...
分类:
编程语言 时间:
2014-12-16 22:39:59
阅读次数:
264
Password
Time Limit: 3000ms
Memory Limit: 131072KB
This problem will be judged on UVA.
Original ID: 1262
64-bit integer IO format: %lld
Java class name: Main
Prev
Submit Status...
分类:
其他好文 时间:
2014-12-15 12:14:14
阅读次数:
263
1 #include 2 #include 3 using namespace std; 4 long long a[300010]; 5 long long n; 6 int main() 7 { 8 scanf("%lld",&n); 9 for (long long i=1...
分类:
移动开发 时间:
2014-12-15 10:24:21
阅读次数:
302
#include#include#includeusing namespace std;long long a[10010];int main(){ int n; scanf("%d",&n); for (int i=1;i<=n;i++) scanf("%lld",&a[i]);...
分类:
其他好文 时间:
2014-12-11 23:41:58
阅读次数:
217
UVA - 10250
The Other Two Trees
Time Limit: 3000MS
Memory Limit: Unknown
64bit IO Format: %lld & %llu
Submit Status
Description
Problem E
The Other Two Trees
Input: st...
分类:
其他好文 时间:
2014-12-10 21:23:53
阅读次数:
263
Automatic Poetry
Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %llu
Submit Status
Description
Problem I
Automatic Poetry
Input: standard input
Output: standard out...
分类:
其他好文 时间:
2014-12-10 09:20:44
阅读次数:
143