记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:18: error: 'strlen' was not declared in this scope
  int n1=strlen(s1),n2=strlen(s2);
                  ^
/in/foo.cc:10:16: error: 'n2' was not declared in this scope
  for(int i=0,j=n2-1;i<n2;i++,j--)
                ^~
/in/foo.cc:12:9: error: 'n2' was not declared in this scope
  if(n1>=n2)
         ^~

信息

递交者
类型
递交
题目
P1187 汇编你好
比赛
2020年互联网创新创业科技节程序设计大赛
语言
C++
递交时间
2020-12-09 14:55:42
评测时间
2020-12-09 14:55:43
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes