#include "stdio.h"
#include "conio.h"
#include "string.h"
int StrToInt(char *s)
{
//************************************************
//=================================================
}
int main()
{ char t[32];
// freopen("Str2Int.in", "r", stdin);
// freopen("Str2Int.out", "w", stdout);
gets(t);
printf("%d", StrToInt(t));
return 0;
}
扬帆大鱼
慕容708150
随时随地看视频慕课网APP
相关分类