Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
142233 曾钰涵 12自由落体 C++ Compile Error 0 MS 0 KB 161 2026-01-02 11:51:28

Tests(0/0):


Code:

#include<iostream> using namespace std; int main(){ int i; for(i=1;i<=n;i++){ if(i%m==0) cout<<i<<""; } return 0; }


Run Info:

Main.cc:2:1: error: stray '\357' in program
 using namespace std;
 ^
Main.cc:2:1: error: stray '\274' in program
Main.cc:2:1: error: stray '\233' in program
Main.cc:3:1: error: expected ';' before 'int'
 int main(){
 ^
Main.cc: In function 'int main()':
Main.cc:5:16: error: 'n' was not declared in this scope
     for(i=1;i<=n;i++){
                ^
Main.cc:6:12: error: 'm' was not declared in this scope
       if(i%m==0)
            ^