Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
148708 马俊潇 12自由落体 C++ Compile Error 0 MS 0 KB 152 2026-02-28 15:30:36

Tests(0/0):


Code:

#include<iostream> using namespace std; int main(){ int b=100; for(int i=1,i<=10;i++){ b=b/2.0; } cout<<b; return 0;}


Run Info:

Main.cc: In function 'int main()':
Main.cc:6:17: error: expected ';' before '<=' token
    for(int i=1,i<=10;i++){
                 ^
Main.cc:6:17: error: expected primary-expression before '<=' token