Wrong Answer
/in/foo.cc:7:0: warning: ignoring #pragma warning [-Wunknown-pragmas]
#pragma warning (disable: 4996)
/in/foo.cc: In function 'int main()':
/in/foo.cc:62:35: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
printf("%d\n", (t % c + c) % c);
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1046 根号专题-开对数
- 语言
- C++
- 递交时间
- 2019-08-02 19:02:50
- 评测时间
- 2019-08-02 19:02:50
- 评测机
- 分数
- 0
- 总耗时
- 520ms
- 峰值内存
- 2.883 MiB