uva 340 A - Master-Mind Hints (暴力)
2015-09-15 · 0 min readcodeforces #519 A A. Multiplication Table (暴力)
2015-09-14 · 1 min readA. Multiplication Table
time limit per test
1 second
memory limit per test
256 megabytes
input
standard input
output
standard output
Let's consider a table consisting of n rows and n columns. The cell located at the intersection of i-th row and j-th column contains number i × j. The rows and columns are numbered …
阅读更多bc #54 A problem of sorting
2015-09-05 · 0 min read心情流+2015暑假总结?+期望?
2015-09-02 · 3 min readB. Order Book
time limit per test
2 seconds
memory limit per test
256 megabytes
input
standard input
output
standard output
In this task you need to process a set of stock exchange orders and use them to create order book.
An order is an instruction of some participant to buy or sell stocks on stock exchange. The order …
阅读更多应该3分钟过的题。。。
结果花了8分钟。。。ssssad
/************************************************************************* > File Name: code/cf/#317/A.cpp > Author: 111qqz > Email: rkz2013@126.com > Created Time: 2015年08月23日 星期日 00时29分47秒 ************************************************************************/
1 …
阅读更多傻逼模拟题
我做了半小时....
sssssad
1/************************************************************************* 2 > File Name: code/bc/#52/1001.cpp 3 > Author: 111qqz 4 > Email: rkz2013@126.com 5 > Created Time: 2015年08月22日 星期六 18时51分44秒 6 …
阅读更多acm输出输出技巧(提交oj不需要改变)
2015-08-22 · 1 min read1int main() 2 { 3 int a,b; 4 #ifndef ONLINE_JUDGE 5 freopen("in.txt","r",stdin); 6 #endif 7 // int a,b; 8 while (scanf("%d%d",&a,&b)!=EOF){ 9 cout<<a+b<<endl; 10 } 11 #ifndef ONLINE_JUDGE 12 fclose(stdin); 13 #endif 14 …
阅读更多