Compile Error
foo.cc: In function 'int main()': foo.cc:11:61: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 11 | if(a[j][3]<a[i][3]||a[j][3]==a[i][3]&&a[j][1]<a[i][1]) | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ foo.cc:18:23: error: unable to find string literal operator 'operator""a' with 'const char [4]', 'long unsigned int' arguments 18 | cout<<" "a[i][1]<<" "<<a[i][2]<<" "<<a[i][3]<<endl; | ^~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1274 5-2 编程题
- 语言
- C++
- 递交时间
- 2023-07-18 12:59:37
- 评测时间
- 2023-07-18 12:59:37
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes