/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:19:16: error: 'ans' was not declared in this scope
     while (nxt[ans]) ans = nxt[ans];
                ^~~
foo.cpp:20:20: error: 'ans' was not declared in this scope
     printf("%d\n", ans);
                    ^~~

信息

递交者
类型
递交
题目
P1677 陶陶的名字
语言
C++
递交时间
2017-02-04 22:45:09
评测时间
2017-02-04 22:45:12
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes