/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:5:2: error: expected initializer before 'int'
  int n;
  ^~~
/in/foo.cc:6:29: error: 'k' was not declared in this scope
  cin >> h >> s >> v >> l >> k >> n;
                             ^
/in/foo.cc:6:34: error: 'n' was not declared in this scope
  cin >> h >> s >> v >> l >> k >> n;
                                  ^
/in/foo.cc:7:6: warning: unused variable 'last' [-Wunused-variable]
  int last,first;
      ^~~~
/in/foo.cc:7:11: warning: unused variable 'first' [-Wunused-variable]
  int last,first;
           ^~~~~

信息

递交者
类型
自测
题目
P1125 自由落体
语言
C++
递交时间
2021-05-03 17:49:22
评测时间
2021-05-03 17:49:22
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes