记录详情

Compile Error

/in/foo.cc: In member function 'void dengbishulie::text(int, int, int)':
/in/foo.cc:15:12: error: expected ';' before 'index'
     z[i+1] index;
            ^~~~~
/in/foo.cc:15:10: warning: statement has no effect [-Wunused-value]
     z[i+1] index;
     ~~~~~^
/in/foo.cc:22:12: error: expected ';' before 'index'
     z[i+1] index;
            ^~~~~
/in/foo.cc:22:10: warning: statement has no effect [-Wunused-value]
     z[i+1] index;
     ~~~~~^

信息

递交者
类型
自测
题目
P1251 A 等比数列
语言
C++
递交时间
2021-06-02 14:43:16
评测时间
2021-06-02 14:43:16
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes