记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:6:11: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
  int a[3],a3,a4;
           ^~
/in/foo.cc:6:14: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
  int a[3],a3,a4;
              ^~
/in/foo.cc:22:2: warning: 'a1' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if(a1==a2)
  ^~
/in/foo.cc:22:2: warning: 'a2' may be used uninitialized in this function [-Wmaybe-uninitialized]
# 状态 耗时 内存占用
#1 Accepted 1ms 212.0 KiB
#2 Accepted 1ms 220.0 KiB
#3 Accepted 1ms 228.0 KiB
#4 Accepted 1ms 216.0 KiB
#5 Accepted 1ms 220.0 KiB
#6 Accepted 1ms 220.0 KiB

信息

递交者
类型
递交
题目
P1251 A 等比数列
比赛
南京师范大学2021年6月程序设计竞赛(小兰赛)
语言
C++
递交时间
2021-06-02 15:41:17
评测时间
2021-06-02 15:41:17
评测机
分数
120
总耗时
11ms
峰值内存
228.0 KiB