Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
125345 赵梓渊 02简单输入输出 C++ Compile Error 0 MS 0 KB 96 2025-07-14 15:35:57

Tests(0/0):


Code:

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


Run Info:

Main.cc:4:1: error: stray '\357' in program
 int i;
 ^
Main.cc:4:1: error: stray '\274' in program
Main.cc:4:1: error: stray '\233' in program
Main.cc: In function 'int main()':
Main.cc:5:2: error: expected initializer before 'cout'
  cout<