/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void work()':
/in/foo.cc:41:14: warning: unused variable 'p' [-Wunused-variable]
    int i,j,k,p;
              ^
/in/foo.cc: In function 'void out()':
/in/foo.cc:57:10: warning: unused variable 'j' [-Wunused-variable]
    int i,j,k=0;
          ^
/in/foo.cc: At global scope:
/in/foo.cc:68:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
 main()
      ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:70:12: warning: unused variable 'j' [-Wunused-variable]
      int i,j,u,v,k;
            ^
# 状态 耗时 内存占用
#1 Accepted 3ms 596.0 KiB
#2 Accepted 3ms 348.0 KiB
#3 Accepted 3ms 256.0 KiB
#4 Accepted 4ms 344.0 KiB
#5 Accepted 3ms 256.0 KiB

信息

递交者
类型
递交
题目
P1105 神经网络
语言
C++
递交时间
2018-02-22 08:27:49
评测时间
2018-02-22 08:27:49
评测机
分数
100
总耗时
19ms
峰值内存
596.0 KiB