码迷,mamicode.com
首页 >  
搜索关键字:input/output error出错问题    ( 1738个结果
bzoj 3333: 排队计划 题解
【原题】 3333: 排队计划 Time Limit: 20 Sec  Memory Limit: 128 MB Submit: 161  Solved: 71 [Submit][Status] Description Input Output Sample Input 6 2 160 163 164 161 167 160 ...
分类:其他好文   时间:2014-07-18 14:07:18    阅读次数:288
UVA 10168 Summation of Four Primes(数论)
Summation of Four Primes Input: standard input Output: standard output Time Limit: 4 seconds Euler proved in one of his classic theorems that prime numbers are infinite in number. But can every nu...
分类:其他好文   时间:2014-07-17 21:05:16    阅读次数:299
UVA 23 out of 5
题目如下: Problem I 23 Out of 5 Input: standard input Output: standardoutput Time Limit: 1 second Memory Limit: 32 MB Your task is to writea program that can decide whether you can find an arithm...
分类:其他好文   时间:2014-07-16 17:16:32    阅读次数:203
UVA - 11419 SAM I AM
Description Problem C SAM I AM Input: Standard Input Output: Standard Output   The world is in great danger!! Mental's forces have returned to Earth to eradicate humankind. Our last hope to ...
分类:其他好文   时间:2014-07-16 10:15:05    阅读次数:217
二分法求函数值的Pascal实现
用二分法求在(a,b)上单调的函数近似值第八行的表达式可更改,第三行的kexi决定的精度,小数值计算可将第五行的extended更为real或doublePROGRAM EQUANTION (input,output);CONST kexi=0.0000001;VAR a,b,c:extended;...
分类:其他好文   时间:2014-07-14 10:17:21    阅读次数:157
Pascal ASCII和文本的转换
用于帮助新手理解ASCII码和字符型与整型的一段小程序,转载请注明出处例如:输入 I love you打印 73 32 108 111 118 101 32 121 111 117 13 10Program TransPro (input,output);Var judge,number:integ...
分类:其他好文   时间:2014-07-14 09:55:02    阅读次数:179
Five ways to maximize Java NIO and NIO.2--reference
Java NIO -- the New Input/Output API package-- was introduced with J2SE 1.4 in 2002. Java NIO's purpose was to improve the programming of I/O-intensiv...
分类:编程语言   时间:2014-07-13 08:25:24    阅读次数:243
UVA-10635 Prince and Princess
Problem D Prince and Princess Input: Standard Input Output: Standard Output Time Limit: 3 Seconds   In an n x n chessboard, Prince and Princess plays a game. The squares in the chessboard are ...
分类:其他好文   时间:2014-07-09 11:44:54    阅读次数:211
打印出大小为n的数组(可能有重复元素)里所有可能的组合
Input: {1, 2, 3, 4}, r=2 Output: {1, 2}, {1, 3}, {1, 4}, {2, 3}, {2, 4} and {3, 4}.package recursion; import java.util.ArrayList; import java.util.Collections; public class Print_all_possible_com...
分类:其他好文   时间:2014-07-06 11:09:05    阅读次数:183
Uva488 Triangle Wave
In this problem you are to generate a triangular wave form according to a specified pair of Amplitude and Frequency. Input and Output The input begins with a single positive integer on a line by i...
分类:其他好文   时间:2014-07-03 17:15:14    阅读次数:204
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!