记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:9: warning: unused variable 'j' [-Wunused-variable]
     int j = k + 1;
         ^
/in/foo.cc:13:9: warning: unused variable 'd' [-Wunused-variable]
     int d = 0;
         ^
/in/foo.cc:14:9: warning: unused variable 'cnt' [-Wunused-variable]
     int cnt = 0;
         ^~~
# 状态 耗时 内存占用
#1 Accepted 1ms 328.0 KiB
#2 Accepted 1ms 400.0 KiB
#3 Accepted 1ms 376.0 KiB
#4 Accepted 1ms 324.0 KiB
#5 Accepted 1ms 324.0 KiB

信息

递交者
类型
递交
题目
P1205 C1-1 行主序的数字矩阵
语言
C++
递交时间
2024-11-15 02:34:50
评测时间
2024-11-15 02:34:50
评测机
分数
100
总耗时
8ms
峰值内存
400.0 KiB