Pie
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 11776
Accepted: 4076
Special Judge
Description
My birthday is coming up and traditionally I'm ser...
分类:
其他好文 时间:
2015-04-07 10:04:17
阅读次数:
103
Abs Problem
Time Limit: 2 Seconds
Memory Limit: 65536 KB Special Judge
Alice and Bob is playing a game, and this time the game is all about the absolute value!
Alice has N differ...
分类:
其他好文 时间:
2015-04-05 20:30:12
阅读次数:
187
在一个数组中实现两个栈,当数组未填满是任一个栈不能溢出。解法是将一个栈从头开始往后插入,而另一个从后往前插入,如果插入一个元素后,两个栈的top指针未相遇,则表示数组未满,栈没有溢出。#include "stdafx.h"
#include using namespace std;
struct special_stack
{
int capcity;
int l...
分类:
编程语言 时间:
2015-04-05 10:33:35
阅读次数:
402
Compromise
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 6750
Accepted: 3018
Special Judge
Description
In a few months the European Currency Union ...
分类:
其他好文 时间:
2015-04-04 09:15:01
阅读次数:
146
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 4379
Accepted: 1985
Special Judge
Description
You are to write a program that tries to find an optimal coloring for...
分类:
其他好文 时间:
2015-04-03 22:32:39
阅读次数:
250
先看下object类中对__new__()方法的定义:
class object:
@staticmethod # known case of __new__
def __new__(cls, *more): # known special case of object.__new__
""" T.__new__(S, ...) -> a new object...
分类:
编程语言 时间:
2015-04-02 21:01:43
阅读次数:
128
What‘sonTVtonight?Nothingspecial.Thereissomethingspecialabouthim.Thereisnothingspecialabouthim.TV=televition电视TV=televition
分类:
其他好文 时间:
2015-03-31 20:18:59
阅读次数:
99
练习4-4原文Exercise 4.4. Recall the definitions of the special forms and and or from chapter 1: ● and: The expressions are evaluated from left to right. If any expression evaluates to false, false is...
分类:
其他好文 时间:
2015-03-31 14:45:56
阅读次数:
156
Writes SAS date values in the form yy>yymmdd or yy>yy-mm-dd, where the x in the format name is a character that represents the special character that separates...
分类:
其他好文 时间:
2015-03-31 12:49:02
阅读次数:
146
1162. Sudoku
Constraints
Time Limit: 1 secs, Memory Limit: 32 MB , Special Judge
Description
Sudoku is a very simple task. A square table with 9 rows and 9 columns is divided to 9 sm...
分类:
其他好文 时间:
2015-03-31 09:02:53
阅读次数:
124