/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int mian()':
foo.cpp:29:13: warning: unused variable 'machine' [-Wunused-variable]
         int machine=way[which][step];
             ^
foo.cpp:43:21: warning: format '%d' expects argument of type 'int', but argument 2 has type 'int*' [-Wformat=]
     printf("%d",&ans);
                     ^
c:/tdm-gcc-32/bin/../lib/gcc/mingw32/4.8.1/../../../libmingw32.a(main.o):main.c:(.text.startup+0xa7): undefined reference to `WinMain@16'
collect2.exe: error: ld returned 1 exit status

信息

递交者
类型
递交
题目
P1314 作业调度方案
语言
C++
递交时间
2014-06-16 16:06:10
评测时间
2014-06-16 16:06:23
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes