/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:6:19: warning: format '%d' expects a matching 'int*' argument [-Wformat=]
  scanf("%d%d" , &a);
                   ^
/in/foo.cc:5:10: warning: unused variable 'b' [-Wunused-variable]
  int a , b;
          ^
# 状态 耗时 内存占用
#1 Accepted 4ms 352.0 KiB
#2 Accepted 4ms 384.0 KiB

信息

递交者
类型
自测
题目
P1000 A+B Problem
语言
C++
递交时间
2017-11-12 11:38:53
评测时间
2017-11-12 11:38:53
评测机
分数
20
总耗时
9ms
峰值内存
384.0 KiB