Time Exceeded
/in/foo.cc: In function 'int pow(int, int, int)': /in/foo.cc:9:10: warning: statement has no effect [-Wunused-value] for(b; b; b>>=1) ^ /in/foo.cc: In function 'int main()': /in/foo.cc:22:41: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int' [-Wformat=] printf("a^b mod p=%lld\n",pow(a,b,p)); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1031 快速幂取模
- 比赛
- 周末测试2
- 语言
- C++
- 递交时间
- 2021-09-24 21:01:19
- 评测时间
- 2021-09-24 21:01:22
- 评测机
- 分数
- 0
- 总耗时
- ≥212ms
- 峰值内存
- ≥376.0 KiB