/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:10:11: error: 'strlen' was not declared in this scope
 l=strlen(s);
           ^
foo.cpp:7:9: warning: unused variable 'n' [-Wunused-variable]
 int t,m,n,i,j,k,l,o;
         ^
foo.cpp:7:15: warning: unused variable 'k' [-Wunused-variable]
 int t,m,n,i,j,k,l,o;
               ^

信息

递交者
类型
递交
题目
P1356 比较傻的人学英语
语言
C++
递交时间
2016-07-11 15:30:11
评测时间
2016-07-11 15:30:12
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes