Compile Error
/in/foo.cc: In function 'int IsLeapYear(int)': /in/foo.cc:5:18: warning: suggest parentheses around '&&' within '||' [-Wparentheses] return year%4==0&&year%100!=0||year%400==0; ~~~~~~~~~^~~~~~~~~~~~~ /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/Scrt1.o: In function `_start': (.text+0x20): undefined reference to `main' collect2: error: ld returned 1 exit status
信息
- 递交者
- 类型
- 递交
- 题目
- P1084 闰年、年天数、月天数-函数
- 语言
- C++
- 递交时间
- 2024-06-07 16:30:35
- 评测时间
- 2024-06-07 16:30:35
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes