Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:79:31: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=] if(!n)return printf("%d\n",x0)&0; ^ /in/foo.cc: In function 'll read()': /in/foo.cc:9:15: warning: 'c' is used uninitialized in this function [-Wuninitialized] for(;!isdigit(c);c=getchar()); ~~~~~~~^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1725 随机数生成器
- 语言
- C++
- 递交时间
- 2024-07-03 17:34:39
- 评测时间
- 2024-07-03 17:34:39
- 评测机
- 分数
- 100
- 总耗时
- 40ms
- 峰值内存
- 588.0 KiB