为什么Compile err

P1603 斯诺登的密码

八重樱 @ 2017-02-22 17:34:35

我的头文件:

#include<iostream>
#include<iomanip>
#include<cmath>
#include<cstdio>
#include<cstring>
#include<cstdlib>
#include<ctime>
#include<algorithm>
#include<bitset>

缺了什么吗? 报错:

/tmp/tmpkueOcz.cpp: In function 'int main()':

/tmp/tmpkueOcz.cpp:20:11: error: 'strlwr' was not declared in this scope

strlwr(s);

^


by nonanalyzer @ 2017-02-22 18:25:29

using namespace std;

这一句有加吗?


by nonanalyzer @ 2017-02-22 18:26:04

这题我懒得写,看不到你的代码


|