Accepted

foo.cc: In function 'int fn(int)':
foo.cc:9:6: warning: unused variable 'f' [-Wunused-variable]
  int f;
      ^
foo.cc: In function 'int main()':
foo.cc:22:6: warning: unused variable 'i' [-Wunused-variable]
  int i,j,m,n2,a=0;
      ^
foo.cc:22:8: warning: unused variable 'j' [-Wunused-variable]
  int i,j,m,n2,a=0;
        ^
foo.cc:22:10: warning: unused variable 'm' [-Wunused-variable]
  int i,j,m,n2,a=0;
          ^
foo.cc: In function 'int fn(int)':
foo.cc:18:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 2ms 404.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Accepted 5ms 384.0 KiB

信息

递交者
类型
递交
题目
P1093 阶段测验3(5)
语言
C++
递交时间
2021-08-09 18:38:33
评测时间
2021-08-09 18:38:33
评测机
分数
100
总耗时
14ms
峰值内存
404.0 KiB