Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
109022 常钰杰 03自由落体 C++ Accepted 1 MS 260 KB 147 2025-01-24 11:24:38

Tests(1/1):


Code:

#include<iostream> using namespace std; int main() { cout<<9.8*5<<endl; cout<<9.8*10<<endl; cout<<9.8*15<<endl; return 0; }