Compile Error
foo.cpp: In function 'int main()':
foo.cpp:10:6: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses]
  if(0<n%4<3) cout<<1;
      ^
foo.cpp:13:1: error: expected ';' before '}' token
 }
 ^
  信息
- 递交者
- 类型
- 递交
- 题目
- P1141 最小非负值
- 语言
- C++
- 递交时间
- 2016-09-20 16:34:12
- 评测时间
- 2016-09-20 16:34:13
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes