/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'void solve(long long int, long long int, long long int)':
/in/foo.cc:19:12: warning: unused variable 'flag' [-Wunused-variable]
       bool flag = false;
            ^~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:46:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
         for(int j = 0; j < t ; j++)
         ^~~
/in/foo.cc:49:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   solve(t, h, r);
   ^~~~~
# 状态 耗时 内存占用
#1 Runtime Error 78ms 7.875 MiB
#2 Runtime Error 77ms 8.0 MiB

信息

递交者
类型
自测
题目
P2031 奶酪
语言
C++
递交时间
2018-07-28 14:14:21
评测时间
2018-07-28 14:14:21
评测机
分数
0
总耗时
156ms
峰值内存
8.0 MiB