记录详情

Accepted

foo.cc:20:47: warning: "/*" within comment [-Wcomment]
   20 |                 if(a==b)printf("%s\n","Same");/*
      |                                                
foo.cc:31:18: warning: "/*" within comment [-Wcomment]
   31 |                 }/*
      |                   
foo.cc:35:17: warning: "/*" within comment [-Wcomment]
   35 |                 /*
      |                  
foo.cc: In function 'int main()':
foo.cc:5:32: warning: format '%ld' expects argument of type 'long int*', but argument 2 has type 'long long int*' [-Wformat=]
    5 |         long long n,x;scanf("%ld",&n);
      |                              ~~^  ~~
      |                                |  |
      |                                |  long long int*
      |                                long int*
      |                              %lld
foo.cc:8:26: warning: format '%ld' expects argument of type 'long int*', but argument 2 has type 'long long int*' [-Wformat=]
    8 |                 scanf("%ld",&x);
      |                        ~~^  ~~
      |                          |  |
      |                          |  long long int*
      |                          long int*
      |                        %lld
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 3ms 256.0 KiB
#3 Accepted 3ms 256.0 KiB
#4 Accepted 1ms 256.0 KiB
#5 Accepted 2ms 256.0 KiB
#6 Accepted 3ms 256.0 KiB
#7 Accepted 1ms 256.0 KiB
#8 Accepted 1ms 256.0 KiB
#9 Accepted 1ms 256.0 KiB
#10 Accepted 1ms 256.0 KiB

信息

递交者
类型
递交
题目
P1232 B 约数(Easy)
比赛
2022暑期青少年社团(告别赛)
语言
C++
递交时间
2022-08-21 22:31:52
评测时间
2022-08-21 22:31:52
评测机
分数
100
总耗时
22ms
峰值内存
384.0 KiB