代码输出的明明和答案输出一样嘛,有什么错,下边这些到底什么意思,
|
|
麻烦用标程公开提交一遍,以确认数据正确性~@林会东
题目 1725 音乐旋律的比对
2014-10-07 08:27:38
|
|
没看懂题意,糊里糊涂枚举一下,奇葩的过了
|
|
题目 1725 音乐旋律的比对
2014-10-06 23:09:30
|
|
program poly;
var n,i,a:longint; begin assign(input,'poly.in'); reset(input); assign(output,'poly.out'); rewrite(output); readln(n); for i:=1 to n+1 do begin read(a); if a=0 then continue; if (a<0)and(a<>-1) then write(a); if a=-1 then write('-'); if (a>0)and(a<>1) then begin if i>1 then write('+'); write(a); end; if a=1 then begin if i>1 then write('+'); if n-i+1=0 then write(a); end; if n-i+1>1 then begin write('x^'); write(n-i+1); end; if n-i+1=1 then write('x'); end; if a=-1 then write('1');!!!!!!! close(input); close(output); end.回复 @BonnenuIt゛浅时 - :
题目 1053 [NOIP 2009PJ]多项式输出
2014-10-06 22:05:18
|
|
题目 1725 音乐旋律的比对
2014-10-06 21:55:12
|
|
回复 @EnAsn :
为什么电脑上运行没问题? 评测机上过不了第一个?
|
|
回复 @ Sapphire~天翔 :
dp数组没有清零吧QAQ
题目 219 [NOIP 2008]传纸条
2014-10-06 16:08:54
|
|
每次尽量让注定赢的那些人去赢排名尽量靠前的人(好绕)……
|
|
题目 1717 数学序列
2014-10-06 14:26:04
|
|
题目 1723 最小距离和
2014-10-06 10:32:45
|
|
题目 1717 数学序列
2014-10-06 10:30:49
|
|
题目 1717 数学序列
2014-10-06 09:52:30
|
|
题目 1717 数学序列
2014-10-06 09:51:07
|
|
mark
题目 485 整理书本
2014-10-05 22:50:38
|
|
为什么加一个set判重就过了..会有很多重复么
|
|
下划线'_'打成减号'-'也没有编译错误,论起名字的艺术。。。。。
|
|
题目 1723 最小距离和
2014-10-05 21:02:58
|
|
第九个点出错了
题目 1149 电话号码
2014-10-05 20:54:50
|
|
|