/ AOCode /

记录详情

Accepted

foo.cc:26:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
         friend Int operator/=(Int&, const Int&) throw(DividedByZeroException);
                                                 ^~~~~
foo.cc:27:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
         friend Int operator%=(Int&, const Int&) throw(DividedByZeroException);
                                                 ^~~~~
foo.cc:31:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
         friend Int operator/(const Int&, const Int&) throw(DividedByZeroException);
                                                      ^~~~~
foo.cc:32:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
         friend Int operator%(const Int&, const Int&) throw(DividedByZeroException);
                                                      ^~~~~
foo.cc:255:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 Int operator/=(Int& op1, const Int& op2) throw(DividedByZeroException) {
                                          ^~~~~
foo.cc:283:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 Int operator%=(Int& op1, const Int& op2) throw(DividedByZeroException) {
                                          ^~~~~
foo.cc:302:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 Int operator/(const Int& op1, const Int& op2) throw(DividedByZeroException) {
                                               ^~~~~
foo.cc:307:47: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
 Int operator%(const Int& op1, const Int& op2) throw(DividedByZeroException) {
                                               ^~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 404.0 KiB
#2 Accepted 1ms 388.0 KiB
#3 Accepted 1ms 384.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Accepted 1ms 384.0 KiB
#6 Accepted 1ms 408.0 KiB
#7 Accepted 1ms 384.0 KiB
#8 Accepted 1ms 384.0 KiB
#9 Accepted 1ms 384.0 KiB
#10 Accepted 1ms 384.0 KiB

信息

递交者
类型
递交
题目
P1004 A+B and C (64bit)
语言
C++
递交时间
2021-10-16 19:58:34
评测时间
2021-10-16 19:58:34
评测机
分数
100
总耗时
18ms
峰值内存
408.0 KiB