/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:14:11: error: 'strlwr' was not declared in this scope
 strlwr(key);
           ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:33:5: error: redefinition of 'int main()'
 int main()
     ^~~~
/in/foo.cc:4:5: note: 'int main()' previously defined here
 int main()
     ^~~~
/in/foo.cc:43:11: error: 'strlwr' was not declared in this scope
 strlwr(key);
           ^

信息

递交者
类型
递交
题目
P1778 vigenere密码
语言
C++
递交时间
2017-07-23 16:01:29
评测时间
2017-07-23 16:01:29
评测机
分数
0
总耗时
31ms
峰值内存
3.809 MiB