0_0_36184246_13628.cpp: In function 'int Find(char, char*)':
0_0_36184246_13628.cpp:16:25: error: 'strlen' was not declared in this scope
int i, len = strlen(str);
^
0_0_36184246_13628.cpp: In function 'void trans(Bint&, char*)':
0_0_36184246_13628.cpp:41:32: error: 'memset' was not declared in this scope
memset(a.num, 0, sizeof(a.num));
^
0_0_36184246_13628.cpp:42:22: error: 'strlen' was not declared in this scope
int len = strlen(str); //Χά³€ΆΘ
^
0_0_36184246_13628.cpp: In function 'Bint mul(Bint, Bint)':
0_0_36184246_13628.cpp:60:32: error: 'memset' was not declared in this scope
memset(m.num, 0, sizeof(m.num));
^
|