Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
152541 王艺博 03自由落体 C++ Accepted 1 MS 268 KB 116 2026-04-26 15:20:03

Tests(1/1):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ cout<<9.8*5<<endl<<9.8*10<<endl<<9.8*15<<endl; }