Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:7: error: 'get' was not declared in this scope
  get(s);
       ^
/in/foo.cc:8:12: error: 'strlen' was not declared in this scope
  n=strlen(s);
            ^

信息

递交者
类型
递交
题目
P1076 字符大小写转换
语言
C++
递交时间
2024-05-31 15:42:39
评测时间
2024-05-31 15:42:39
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes