/ XMU_ACM /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:91:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int i=0;i<wolf.size();i++)
               ~^~~~~~~~~~~~
foo.cc:67:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&T);
  ~~~~~^~~~~~~~~
foo.cc:71:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&n);
   ~~~~~^~~~~~~~~
foo.cc:82:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d",&x);
    ~~~~~^~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 3287ms 4.402 MiB

信息

递交者
类型
递交
题目
P1065 狼人杀
比赛
厦大附中模拟赛第一场
语言
C++
递交时间
2020-12-20 16:53:39
评测时间
2020-12-20 16:53:39
评测机
分数
100
总耗时
3287ms
峰值内存
4.402 MiB