Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:8:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d", &n);
                  ^
/in/foo.cc:12:20: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d", &t);
                    ^
  信息
- 递交者
- 类型
- 递交
- 题目
- P3333 明明的随机数
- 语言
- C++
- 递交时间
- 2020-08-14 17:29:09
- 评测时间
- 2020-08-14 17:29:09
- 评测机
- 分数
- 10
- 总耗时
- 0ms
- 峰值内存
- 200.0 KiB