/ Vijos /

记录详情

Runtime Error

/in/foo.cc:1:20: warning: extra tokens at end of #include directive
 #include <iostream>;
                    ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:8:40: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  for(i=1;i<=n;i++) for(j=1;j<=n;j++) if(j%i==0) if(l[j-1]==true) l[j-1]=false;else l[j-1]=true;
                                        ^
/in/foo.cc:5:14: warning: unused variable 'm' [-Wunused-variable]
  long long n,m,i,j;bool l[10^200];
              ^
# 状态 耗时 内存占用
#1 Accepted 1ms 220.0 KiB
#2 Accepted 1ms 224.0 KiB
#3 Runtime Error 4ms 228.0 KiB
#4 Runtime Error 1ms 228.0 KiB
#5 Runtime Error 1ms 224.0 KiB
#6 Runtime Error 1ms 232.0 KiB
#7 Runtime Error 1ms 224.0 KiB
#8 Runtime Error 1ms 232.0 KiB
#9 Runtime Error 1ms 220.0 KiB
#10 Runtime Error 1ms 228.0 KiB

信息

递交者
类型
递交
题目
P1447 开关灯泡
语言
C++
递交时间
2019-07-23 19:43:48
评测时间
2019-07-23 19:43:48
评测机
分数
2
总耗时
15ms
峰值内存
232.0 KiB