/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:6:14: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
 scanf("%d",&n);//错误的输入居然能过,如果改成“%lld”不能过,必须用%d才能过,,,,醉了
              ^
# 状态 耗时 内存占用
#1 Accepted 4ms 376.0 KiB

信息

递交者
类型
自测
题目
P1141 最小非负值
语言
C++
递交时间
2018-01-14 15:34:21
评测时间
2018-01-14 15:34:21
评测机
分数
10
总耗时
4ms
峰值内存
376.0 KiB