/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'void Init()':
foo.cpp:15:18: error: expected ';' before 'p'
 for(int j = 0; i p[j] < maxn; j++) {
                  ^
foo.cpp:15:23: warning: for increment expression has no effect [-Wunused-value]
 for(int j = 0; i p[j] < maxn; j++) {
                       ^
foo.cpp:15:29: error: expected ')' before ';' token
 for(int j = 0; i p[j] < maxn; j++) {
                             ^
foo.cpp:15:31: error: 'j' was not declared in this scope
 for(int j = 0; i p[j] < maxn; j++) {
                               ^
foo.cpp:15:34: error: expected ';' before ')' token
 for(int j = 0; i p[j] < maxn; j++) {
                                  ^

信息

递交者
类型
递交
题目
P1833 神奇口袋
语言
C++
递交时间
2016-08-25 16:03:44
评测时间
2016-08-25 16:03:44
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes