/ Vijos /

记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:17:10: error: expected '}' at end of input
   17 |  return 0;
      |          ^
foo.cc:7:11: note: to match this '{'
    7 | int main(){
      |           ^
foo.cc:9:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    9 |  scanf("%d",&n);
      |  ~~~~~^~~~~~~~~
foo.cc:10:29: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   10 |  for (int i=0;i<n;i++) scanf("%d",&a[i]);
      |                        ~~~~~^~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1844 积木大赛
语言
C++
递交时间
2022-04-23 11:28:17
评测时间
2022-04-23 11:28:17
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes