/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'bool sou(long int)':
foo.cpp:9:11: warning: unused variable 'i' [-Wunused-variable]
      long i;
           ^
foo.cpp: In function 'int main()':
foo.cpp:43:7: error: 'd' was not declared in this scope
       d=0;               
       ^
foo.cpp:56:7: error: 'd' was not declared in this scope
       d=0;               
       ^

信息

递交者
类型
递交
题目
P1657 萌萌布娃娃
语言
C++
递交时间
2015-11-25 22:21:37
评测时间
2015-11-25 22:21:38
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes