记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:12:21: error: expected ';' before numeric constant
   12 |         if(x==4)cout 3;
      |                     ^~
      |                     ;
foo.cc:12:17: warning: statement has no effect [-Wunused-value]
   12 |         if(x==4)cout 3;
      |                 ^~~~
foo.cc:13:18: error: expected ';' before string constant
   13 |         else cout "Inf";
      |                  ^~~~~~
      |                  ;
foo.cc:13:14: warning: statement has no effect [-Wunused-value]
   13 |         else cout "Inf";
      |              ^~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
5 城市中的最短路径
比赛
2022暑期青少年社团(告别赛)
语言
C++
递交时间
2022-08-21 22:37:58
评测时间
2022-08-21 22:37:58
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes