| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 148684 | 马俊潇 | 12自由落体 | C++ | Compile Error | 0 MS | 0 KB | 129 | 2026-02-28 14:57:53 |
#include<iostream> using namespace std; int main(){ for(int i=1,i<=10;i++){ cout<<100.0/(2.0*i)<<" ";} return 0;}
Main.cc: In function 'int main()':
Main.cc:4:17: error: expected ';' before '<=' token
for(int i=1,i<=10;i++){
^
Main.cc:4:17: error: expected primary-expression before '<=' token