0_0_17311938_28888.cpp:2:2: error: invalid preprocessing directive #nclude
#nclude<string.h>
^
0_0_17311938_28888.cpp: In function 'void distra(int)':
0_0_17311938_28888.cpp:12:26: error: 'memset' was not declared in this scope
memset(vis,0,sizeof(vis));
^
0_0_17311938_28888.cpp: In function 'int main()':
0_0_17311938_28888.cpp:72:27: error: 'memset' was not declared in this scope
memset(dis,0,sizeof(dis));
^
|