/ Vijos /

记录详情

Accepted

foo.cc: In function 'void MAIN()':
foo.cc:56:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for (int i=t;i>=0;i--) printf("%d",d[i]); printf("\n");
     ^~~
foo.cc:56:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
     for (int i=t;i>=0;i--) printf("%d",d[i]); printf("\n");
                                               ^~~~~~
foo.cc:42:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%s %s",s1,s2); int N = strlen(s1), M = strlen(s2);
     ~~~~~^~~~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:60:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  int T; scanf("%d",&T);
         ~~~~~^~~~~~~~~

自豪的采用 HydroJudger 进行评测(github.com/hydro-dev/HydroJudger)
{"receive":"2020-05-24T03:45:28.062Z","handle":"2020-05-24T03:45:28.062Z","cache_start":"2020-05-24T03:45:28.069Z","read_cases":"2020-05-24T03:45:28.187Z","judge":"2020-05-24T03:45:28.190Z","done":"2020-05-24T03:45:32.875Z"}
# 状态 耗时 内存占用
#1 Accepted 11ms 10.848 MiB
#2 Accepted 79ms 10.738 MiB
#3 Accepted 80ms 10.738 MiB
#4 Accepted 55ms 11.355 MiB
#5 Accepted 61ms 10.742 MiB
#6 Accepted 103ms 10.738 MiB
#7 Accepted 58ms 10.887 MiB
#8 Accepted 116ms 10.953 MiB
#9 Accepted 85ms 11.082 MiB
#10 Accepted 110ms 10.707 MiB

信息

递交者
类型
递交
题目
P2000 A x B Problem
语言
C++
递交时间
2020-05-24 11:45:28
评测时间
2020-05-24 11:45:28
评测机
分数
100
总耗时
763ms
峰值内存
11.355 MiB