/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:15:20: error: 'n' was not declared in this scope
      scanf("%d%d",&n,&m);
                    ^
foo.cpp:15:23: error: 'm' was not declared in this scope
      scanf("%d%d",&n,&m);
                       ^
foo.cpp:30:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
        for(int j=0;j<cl[i].ds[k].size();j++)
                                       ^
foo.cpp:45:29: warning: unknown conversion type character 'l' in format [-Wformat=]
      printf("%lld",ans%10007);
                             ^
foo.cpp:45:29: warning: too many arguments for format [-Wformat-extra-args]

信息

递交者
类型
递交
题目
P1976 求和
语言
C++
递交时间
2015-11-17 16:42:51
评测时间
2015-11-17 16:42:51
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes