0_0_14901634_5140.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#includeĦĦ<cstdio>
^
0_0_14901634_5140.cpp: In function 'void dijkstra()':
0_0_14901634_5140.cpp:27:37: error: 'memset' was not declared in this scope
memset(inQueue,0,sizeof(inQueue));
^
0_0_14901634_5140.cpp: In function 'int main()':
0_0_14901634_5140.cpp:82:34: error: 'memset' was not declared in this scope
memset(res,-1,sizeof(res));
^
|