0_0_29960486_15443.cpp: In function 'int main()':
0_0_29960486_15443.cpp:39:34: error: 'memset' was not declared in this scope
memset(now, 0, sizeof now);
^
0_0_29960486_15443.cpp:48:21: error: 'strlen' was not declared in this scope
len=strlen(s);
^
|