记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:10:9: warning: statement has no effect [-Wunused-value]
   for(x1; x1<x; x1++) 
         ^
/in/foo.cc:13:3: warning: 'x1' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(x1!=x)  
   ^~
# 状态 耗时 内存占用
#1 Runtime Error 2ms 228.0 KiB
#2 Runtime Error 2ms 228.0 KiB
#3 Runtime Error 2ms 224.0 KiB
#4 Runtime Error 2ms 228.0 KiB
#5 Runtime Error 1ms 220.0 KiB

信息

递交者
类型
递交
题目
A5-1 超级素数判断
语言
C++
递交时间
2021-01-28 20:58:27
评测时间
2021-01-28 20:58:27
评测机
分数
0
总耗时
10ms
峰值内存
228.0 KiB