/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int main()':
foo.cpp:19:13: error: 's1' was not declared in this scope
             s1=(double)i/j;
             ^
foo.cpp:21:54: error: 's2' was not declared in this scope
             if(s3>=0 && gcd((int)i,(int)j)==1 && s3<=s2)
                                                      ^
foo.cpp:13:12: warning: unused variable 'ans2' [-Wunused-variable]
     double ans2=0.0000;
            ^
foo.cpp:14:12: warning: unused variable 'ans3' [-Wunused-variable]
     double ans3=1000000.00;
            ^

信息

递交者
类型
递交
题目
P1912 比例简化
语言
C++
递交时间
2015-10-04 14:04:01
评测时间
2015-10-04 14:04:01
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes