/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In member function 'void BN::out()':
/in/foo.cc:22:33: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=]
  void out(){printf("%d",num[len]);for(int i=len-1;i>=0;i--) printf("%08d",num[i]);}
                                 ^
/in/foo.cc:22:81: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=]
  void out(){printf("%d",num[len]);for(int i=len-1;i>=0;i--) printf("%08d",num[i]);}
                                                                                 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:84:6: warning: unused variable 'i' [-Wunused-variable]
  int i;
      ^
# 状态 耗时 内存占用
#1 Accepted 4ms 500.0 KiB
#2 Accepted 476ms 384.0 KiB
#3 Accepted 4ms 384.0 KiB
#4 Accepted 8ms 492.0 KiB
#5 Accepted 23ms 384.0 KiB
#6 Accepted 190ms 384.0 KiB
#7 Accepted 231ms 384.0 KiB
#8 Accepted 270ms 488.0 KiB
#9 Accepted 418ms 512.0 KiB
#10 Accepted 427ms 512.0 KiB

信息

递交者
类型
递交
题目
SuperGCD
语言
C++
递交时间
2017-10-30 21:55:20
评测时间
2017-10-30 21:55:20
评测机
分数
100
总耗时
2056ms
峰值内存
512.0 KiB