/ Vijos /

记录详情

Compile Error

foo.cc:5:1: error: expected declaration before '}' token
    5 | }
      | ^
foo.cc: In function 'int main()':
foo.cc:16:13: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   16 |     scanf("%d",&n);
      |            ~^  ~~
      |             |  |
      |             |  long long int*
      |             int*
      |            %lld
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1141 最小非负值
语言
C++
递交时间
2022-10-04 16:36:31
评测时间
2022-10-04 16:36:31
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes