0_0_24318519_28937.cpp:2:19: error: missing terminating > character
#include <string.h
^
0_0_24318519_28937.cpp: In function 'int main()':
0_0_24318519_28937.cpp:11:20: error: 'b' was not declared in this scope
scanf("%s %s",b,c);
^
0_0_24318519_28937.cpp:11:22: error: 'c' was not declared in this scope
scanf("%s %s",b,c);
^
|