Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
104971 徐梓涵 03自由落体 C++ Compile Error 0 MS 0 KB 171 2025-01-11 20:31:56

Tests(0/0):


Code:

#include<bits/stdc++.h> using namespace std; float n,m,b,v,c; int main(){ n=15; m=10; c=5; v=9.8 cout<<n*v<<endl<<m*v<<endl<<c*v<<endl; return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:11:2: error: expected ';' before 'cout'
  cout<