/ 测试用 /

记录详情

Accepted

/in/foo.cc: In function 'int initial(int)':
/in/foo.cc:21:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'long long int kru(int, int)':
/in/foo.cc:104:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'long long int prim(int)':
/in/foo.cc:74:19: warning: 'ind' may be used uninitialized in this function [-Wmaybe-uninitialized]
         visit[ind]=true;
         ~~~~~~~~~~^~~~~
# 状态 耗时 内存占用
#1 Accepted 371ms 383.082 MiB

信息

递交者
类型
递交
题目
666
语言
C++
递交时间
2019-01-22 20:37:21
评测时间
2019-01-22 20:37:21
评测机
分数
100
总耗时
371ms
峰值内存
383.082 MiB