记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:8:23: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
    8 |     for (int i = 0; i < sizeof(array)/sizeof(array[0]) - 1; i++)
      |                     ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:27:16: error: expected primary-expression before '%' token
   27 |         printf(%d,max);
      |                ^
foo.cc:27:17: error: 'd' was not declared in this scope
   27 |         printf(%d,max);
      |                 ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
3-3 炒股发财
比赛
2022暑期青少年社团(训练赛)
语言
C++
递交时间
2022-08-07 20:48:13
评测时间
2022-08-07 20:48:13
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes