Compile Error
foo.cc: In function 'int main()': foo.cc:23:27: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 23 | for (int x = 0; x < sizeof(a); x++) | ~~^~~~~~~~~~~ foo.cc:33:5: error: '_int64' was not declared in this scope 33 | _int64 z = 0; | ^~~~~~ foo.cc:36:24: error: 'z' was not declared in this scope 36 | if (m[i] > z) | ^ foo.cc:45:25: error: 'z' was not declared in this scope 45 | if (m[i] >= z) | ^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- 3-1 整数中的数字
- 比赛
- 2023暑期青少年社团(训练赛)
- 语言
- C++
- 递交时间
- 2023-08-16 16:06:04
- 评测时间
- 2023-08-16 16:06:04
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes