/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int fib67(int)':
foo.cpp:10:9: error: 'tot' was not declared in this scope
         tot=(a+b)%7654321;
         ^
foo.cpp:14:12: error: 'tot' was not declared in this scope
     return tot;
            ^
foo.cpp:6:17: warning: unused variable 'ret' [-Wunused-variable]
     int a=0,b=1,ret=0;
                 ^
foo.cpp:15:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^

信息

递交者
类型
递交
题目
P1093 文科生的悲哀
语言
C++
递交时间
2015-04-02 23:38:07
评测时间
2015-04-02 23:38:09
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes