/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:56:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&t);
  ~~~~~^~~~~~~~~
foo.cc:59:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d",&n,&m);
   ~~~~~^~~~~~~~~~~~~~
foo.cc:61:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d",&c);
    ~~~~~^~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 58ms 3.77 MiB
#2 Accepted 58ms 3.734 MiB
#3 Accepted 61ms 3.781 MiB
#4 Accepted 62ms 3.836 MiB
#5 Accepted 168ms 3.859 MiB
#6 Accepted 308ms 3.852 MiB
#7 Accepted 436ms 3.859 MiB
#8 Accepted 168ms 3.812 MiB
#9 Accepted 305ms 3.859 MiB
#10 Accepted 434ms 3.855 MiB

信息

递交者
类型
递交
题目
P1993 硬币游戏
语言
C++
递交时间
2021-01-25 20:46:34
评测时间
2021-01-25 20:46:34
评测机
分数
100
总耗时
2061ms
峰值内存
3.859 MiB