/ Vijos /

记录详情

Accepted

/in/foo.cc:3:0: warning: ignoring #pragma comment  [-Wunknown-pragmas]
 #pragma comment(linker, "/STACK:1024000000,1024000000")
 
/in/foo.cc: In function 'long long int max(long long int, long long int)':
/in/foo.cc:30:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if (a>b) return a;return b;
  ^~
/in/foo.cc:30:20: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if (a>b) return a;return b;
                    ^~~~~~
/in/foo.cc: In function 'void change(long long int, long long int, long long int)':
/in/foo.cc:176:12: warning: unused variable 'ans' [-Wunused-variable]
  long long ans=0;
            ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:262:14: warning: unused variable 'm' [-Wunused-variable]
  long long i,m,x,y,k,q,z;
              ^
# 状态 耗时 内存占用
#1 Accepted 21ms 34.25 MiB
#2 Accepted 21ms 36.25 MiB
#3 Accepted 20ms 32.367 MiB
#4 Accepted 207ms 44.301 MiB
#5 Accepted 216ms 47.047 MiB
#6 Accepted 191ms 51.051 MiB
#7 Accepted 209ms 44.426 MiB
#8 Accepted 326ms 61.852 MiB
#9 Accepted 331ms 58.711 MiB
#10 Accepted 329ms 57.375 MiB

信息

递交者
类型
递交
题目
P1620 小白逛公园加强版
语言
C++
递交时间
2017-12-28 19:07:19
评测时间
2017-12-28 19:07:19
评测机
分数
100
总耗时
1875ms
峰值内存
61.852 MiB