记录详情

Accepted

/in/foo.cc: In function 'int MoveLeft(int*, int, int)':
/in/foo.cc:10:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:20:6: warning: statement has no effect [-Wunused-value]
 for(k;k>0;k--)
      ^
# 状态 耗时 内存占用
#1 Accepted 1ms 352.0 KiB
#2 Accepted 1ms 356.0 KiB
#3 Accepted 1ms 356.0 KiB
#4 Accepted 1ms 420.0 KiB
#5 Accepted 1ms 348.0 KiB

信息

递交者
类型
递交
题目
A7-6 数组的左移函数
语言
C++
递交时间
2024-09-01 10:58:34
评测时间
2024-09-01 10:58:34
评测机
分数
100
总耗时
8ms
峰值内存
420.0 KiB