Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
154872 李懋 12输出m的倍数 C++ Compile Error 0 MS 0 KB 166 2026-05-31 10:59:55

Tests(0/0):


Code:

#include<bits/stdc++.h> using namespace std; int main() { int m; int n; for(m=m;m<=n;m+=m) { cout<<i<<endl; } return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:9:15: error: 'i' was not declared in this scope
         cout<