/ TYWZ /

记录详情

Compile Error

/in/foo.cc:1:2: error: invalid preprocessing directive #i
 #i#nclude<iostream>
  ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:9:20: error: 'scanf' was not declared in this scope
  scanf("%d%d",&n,&m); 
                    ^
/in/foo.cc:18:17: error: 'printf' was not declared in this scope
   printf("%d ",i);
                 ^
/in/foo.cc:19:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int j=1;j<=dis[i].size();j++){
               ~^~~~~~~~~~~~~~~

信息

递交者
类型
递交
题目
图结构练习 - 邻接表
语言
C++
递交时间
2018-02-08 15:56:28
评测时间
2018-02-08 15:56:28
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes