/ Vijos /

记录详情

Runtime Error

foo.cpp:1:0: warning: ignoring #pragma comment  [-Wunknown-pragmas]
 #pragma comment(linker,"/STACK:102400000,102400000")
 
foo.cpp: In function 'int main()':
foo.cpp:48:39: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=]
   printf("%d\n%I64d\n",f[1][0],g[1][0]);
                                       ^
# 状态 耗时 内存占用
#1 Accepted 0ms 92.699 MiB
#2 Accepted 0ms 92.695 MiB
#3 Accepted 0ms 92.695 MiB
#4 Accepted 15ms 92.691 MiB
#5 Accepted 62ms 92.699 MiB
#6 Runtime Error 78ms 94.672 MiB
#7 Accepted 62ms 92.699 MiB
#8 Time Exceeded ≥1015ms ≥92.695 MiB
#9 Time Exceeded ≥1015ms ≥92.695 MiB
#10 Time Exceeded ≥1015ms ≥92.699 MiB

信息

递交者
类型
递交
题目
P1892 树上的最大匹配
语言
C++
递交时间
2017-03-02 08:44:41
评测时间
2017-03-02 08:44:41
评测机
分数
60
总耗时
3262ms
峰值内存
94.672 MiB