/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int mian()':
foo.cpp:36:13: warning: unused variable 'machine' [-Wunused-variable]
         int machine=way[which][step];
             ^
foo.cpp:48:55: warning: array subscript is above array bounds [-Warray-bounds]
     int maxx=max(max(max(the[1],the[2]),the[3]),the[4]);
                                                       ^
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:13:30
评测时间
2014-06-16 16:13:31
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes