| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 137103 | 张宇泽 | 12自由落体 | C++ | Compile Error | 0 MS | 0 KB | 98 | 2025-11-16 11:13:11 |
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"0.097656" } return 0; }
Main.cc: In function 'int main()': Main.cc:5:2: error: expected ';' before '}' token } ^ Main.cc: At global scope: Main.cc:6:2: error: expected unqualified-id before 'return' return 0; ^ Main.cc:7:1: error: expected declaration before '}' token } ^