/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:6:2: error: 'lon' was not declared in this scope
 {lon double m,n,r;
  ^~~
/in/foo.cc:8:6: error: 'm' was not declared in this scope
 cin>>m>>n>>r; 
      ^
/in/foo.cc:8:9: error: 'n' was not declared in this scope
 cin>>m>>n>>r; 
         ^
/in/foo.cc:8:12: error: 'r' was not declared in this scope
 cin>>m>>n>>r; 
            ^
/in/foo.cc:7:13: warning: unused variable 'min' [-Wunused-variable]
 long double min;
             ^~~

信息

递交者
类型
递交
题目
P1393 盗窃-大海的奇迹
语言
C++
递交时间
2018-07-09 13:58:07
评测时间
2018-07-09 13:58:07
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes