记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:7:13: warning: comparison with string literal results in unspecified behavior [-Waddress]
    7 |         if(x=="6")
      |            ~^~~~~
foo.cc:7:13: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
foo.cc:5:15: warning: unused variable 'sum' [-Wunused-variable]
    5 |         int x,sum=0;
      |               ^~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
2-1 单个数的3N+1猜想
比赛
2023暑期青少年社团(训练赛)
语言
C++
递交时间
2023-08-16 13:40:51
评测时间
2023-08-16 13:40:51
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes