Accepted
foo.cc: In function 'int count1(int)': foo.cc:19:66: warning: no return statement in function returning non-void [-Wreturn-type] 19 | inline int count1(int n){int count=0;while(n!=0){n&=n-1;count++;}} | ^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1941 猜谜游戏
- 语言
- C++
- 递交时间
- 2023-07-31 15:04:39
- 评测时间
- 2023-07-31 16:01:02
- 评测机
- 分数
- 100
- 总耗时
- 98ms
- 峰值内存
- 1.152 MiB