/ Vijos / 讨论 / 问答 /

为什么总给我RUNNING啊

HANOI双塔

#include

int main()

{

int w,n,m=1,i,j;

scanf("%d",&n);

int num[1000];

for(i=0;i

19 条评论

  • @ 2009-05-04 07:53:09

    似乎现在确实像LSS说的,已经好了。

    我提交了一个以前一直running 的,现在已经不是了,能看到得分

  • @ 2009-05-03 21:21:15

    大部分running都是程序的问题,或者可能超时(自身经验),当然有时running也不正常

    对于前面那个用while(scanf("...")!=EOF)的那个,我想说的是,这个方法用于文件输入输出是对的,不过vijos用的是屏幕输入输出,这个指令就没用了(大概是因为这时scanf函数的返回值不是EOF)

  • @ 2009-05-02 14:38:07

    终于好了..

  • @ 2009-04-28 20:11:56

    LS 的问题跟我一样,这样有些题都没发做 = =|||

  • @ 2009-04-25 19:28:44

    我也有许多个Running...现在都不敢用while(scanf("..") != EOF)了,一用就不出结果

    希望尽快解决吧

  • @ 2009-04-24 21:35:32

    第三

    一般一般,中国第三

  • @ 2009-04-24 20:54:54

    强啊……

    看来群众的力量是巨大的!

  • @ 2009-04-24 19:43:20

    此贴顶置?

    OTZ

  • @ 2009-04-24 14:36:00

    LS,你直接粘贴当然不行

    你看你自己在编译器里能过不!

  • @ 2009-04-24 13:59:06

    你程序应该有问题,我拷了你的,结果编译不通过。

    编译信息:

    编译器: Default compiler

    执行 g++.exe...

    g++.exe "K:\C++\3.cpp" -o "K:\C++\3.exe" -g3 -I"I:\TDDOWNLOAD\最新版DevCpp编译器多语言版\Dev-Cpp\lib\gcc\mingw32\3.4.2\include" -I"I:\TDDOWNLOAD\最新版DevCpp编译器多语言版\Dev-Cpp\include\c++\3.4.2\backward" -I"I:\TDDOWNLOAD\最新版DevCpp编译器多语言版\Dev-Cpp\include\c++\3.4.2\mingw32" -I"I:\TDDOWNLOAD\最新版DevCpp编译器多语言版\Dev-Cpp\include\c++\3.4.2" -I"I:\TDDOWNLOAD\最新版DevCpp编译器多语言版\Dev-Cpp\include" -L"I:\TDDOWNLOAD\最新版DevCpp编译器多语言版\Dev-Cpp\lib" -g3

    K:\C++\3.cpp: In function `int main()':

    K:\C++\3.cpp:4: error: stray '\161' in program

    K:\C++\3.cpp:4: error: stray '\161' in program

    K:\C++\3.cpp:4: error: stray '\161' in program

    K:\C++\3.cpp:4: error: stray '\161' in program

    K:\C++\3.cpp:5: error: stray '\161' in program

    K:\C++\3.cpp:5: error: stray '\161' in program

    K:\C++\3.cpp:5: error: stray '\161' in program

    K:\C++\3.cpp:5: error: stray '\161' in program

    K:\C++\3.cpp:6: error: stray '\161' in program

    K:\C++\3.cpp:6: error: stray '\161' in program

    K:\C++\3.cpp:6: error: stray '\161' in program

    K:\C++\3.cpp:6: error: stray '\161' in program

    K:\C++\3.cpp:7: error: stray '\161' in program

    K:\C++\3.cpp:7: error: stray '\161' in program

    K:\C++\3.cpp:7: error: stray '\161' in program

    K:\C++\3.cpp:7: error: stray '\161' in program

    K:\C++\3.cpp:8: error: stray '\161' in program

    K:\C++\3.cpp:8: error: stray '\161' in program

    K:\C++\3.cpp:8: error: stray '\161' in program

    K:\C++\3.cpp:8: error: stray '\161' in program

    K:\C++\3.cpp:9: error: stray '\161' in program

    K:\C++\3.cpp:9: error: stray '\161' in program

    K:\C++\3.cpp:9: error: stray '\161' in program

    K:\C++\3.cpp:9: error: stray '\161' in program

    K:\C++\3.cpp:10: error: stray '\161' in program

    K:\C++\3.cpp:10: error: stray '\161' in program

    K:\C++\3.cpp:10: error: stray '\161' in program

    K:\C++\3.cpp:10: error: stray '\161' in program

    K:\C++\3.cpp:11: error: stray '\161' in program

    K:\C++\3.cpp:11: error: stray '\161' in program

    K:\C++\3.cpp:11: error: stray '\161' in program

    K:\C++\3.cpp:11: error: stray '\161' in program

    K:\C++\3.cpp:12: error: stray '\161' in program

    K:\C++\3.cpp:12: error: stray '\161' in program

    K:\C++\3.cpp:12: error: stray '\161' in program

    K:\C++\3.cpp:12: error: stray '\161' in program

    K:\C++\3.cpp:13: error: stray '\161' in program

    K:\C++\3.cpp:13: error: stray '\161' in program

    K:\C++\3.cpp:13: error: stray '\161' in program

    K:\C++\3.cpp:13: error: stray '\161' in program

    K:\C++\3.cpp:13: error: stray '\161' in program

    K:\C++\3.cpp:13: error: stray '\161' in program

    K:\C++\3.cpp:13: error: stray '\161' in program

    K:\C++\3.cpp:13: error: stray '\161' in program

    K:\C++\3.cpp:13: error: stray '\161' in program

    K:\C++\3.cpp:13: error: stray '\161' in program

    K:\C++\3.cpp:13: error: stray '\161' in program

    K:\C++\3.cpp:13: error: stray '\161' in program

    K:\C++\3.cpp:13: error: stray '\161' in program

    K:\C++\3.cpp:13: error: stray '\161' in program

    K:\C++\3.cpp:13: error: stray '\161' in program

    K:\C++\3.cpp:13: error: stray '\161' in program

    K:\C++\3.cpp:13: error: stray '\161' in program

    K:\C++\3.cpp:13: error: stray '\161' in program

    K:\C++\3.cpp:13: error: stray '\161' in program

    K:\C++\3.cpp:13: error: stray '\161' in program

    K:\C++\3.cpp:14: error: stray '\161' in program

    K:\C++\3.cpp:14: error: stray '\161' in program

    K:\C++\3.cpp:14: error: stray '\161' in program

    K:\C++\3.cpp:14: error: stray '\161' in program

    K:\C++\3.cpp:14: error: stray '\161' in program

    K:\C++\3.cpp:14: error: stray '\161' in program

    K:\C++\3.cpp:14: error: stray '\161' in program

    K:\C++\3.cpp:14: error: stray '\161' in program

    K:\C++\3.cpp:14: error: stray '\161' in program

    K:\C++\3.cpp:14: error: stray '\161' in program

    K:\C++\3.cpp:14: error: stray '\161' in program

    K:\C++\3.cpp:14: error: stray '\161' in program

    K:\C++\3.cpp:14: error: stray '\161' in program

    K:\C++\3.cpp:14: error: stray '\161' in program

    K:\C++\3.cpp:14: error: stray '\161' in program

    K:\C++\3.cpp:14: error: stray '\161' in program

    K:\C++\3.cpp:14: error: stray '\161' in program

    K:\C++\3.cpp:14: error: stray '\161' in program

    K:\C++\3.cpp:14: error: stray '\161' in program

    K:\C++\3.cpp:14: error: stray '\161' in program

    K:\C++\3.cpp:15: error: stray '\161' in program

    K:\C++\3.cpp:15: error: stray '\161' in program

    K:\C++\3.cpp:15: error: stray '\161' in program

    K:\C++\3.cpp:15: error: stray '\161' in program

    K:\C++\3.cpp:15: error: stray '\161' in program

    K:\C++\3.cpp:15: error: stray '\161' in program

    K:\C++\3.cpp:15: error: stray '\161' in program

    K:\C++\3.cpp:15: error: stray '\161' in program

    K:\C++\3.cpp:15: error: stray '\161' in program

    K:\C++\3.cpp:15: error: stray '\161' in program

    K:\C++\3.cpp:15: error: stray '\161' in program

    K:\C++\3.cpp:15: error: stray '\161' in program

    K:\C++\3.cpp:15: error: stray '\161' in program

    K:\C++\3.cpp:15: error: stray '\161' in program

    K:\C++\3.cpp:15: erro

  • @ 2009-04-22 19:26:24

    VJ,真的要逼我又重新用PASCAL 么?

  • @ 2009-04-22 16:23:40

    看来vijos是不准备让用c的活了???!

    这都高二了,来不及学pascal了呀?!!!

    快点吧………………

    啊………………?

  • @ 2009-04-22 16:19:11

    1217也是Running

    我都交了三次了

    请管理员尽快解决该问题

  • @ 2009-04-21 14:46:15

    晕!!!

    一直running,害得我偷数据都偷不了了!!!!!

  • @ 2009-04-19 13:25:46

    最近running可能是不正常

    我们对此感到抱歉

    running的具体原因待查...估计需要一段时间

  • @ 2009-04-18 23:51:44

    顶起来

    我也1342Running~~~!!!!!!!!!!

  • @ 2009-04-18 18:40:04

    光P1342我就Running四五次了……

    Vijos最近病了?

  • @ 2009-04-18 17:08:46

    LS,你三道啊?

    我快5道了

    我用C的 ~~~~~~~~~~~~~

  • @ 2009-04-14 19:54:47

    貌似现在c或c++的经常running

    我已经running不下三题了

  • 1