Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
112322 袁梓豪 求和 C++ Compile Error 0 MS 0 KB 151 2025-03-09 12:55:20

Tests(0/0):


Code:

#include<bits/stdc++.h> using namespace std; int main() { int a; int b; int c; a=123; b=456; c=a+b; cout<<; return 0; }


Run Info:

Main.cc:10:3: error: stray '\357' in program
   cout<<; 
   ^
Main.cc:10:3: error: stray '\274' in program
Main.cc:10:3: error: stray '\233' in program
Main.cc: In function 'int main()':
Main.cc:11:2: error: expected primary-expression before 'return'
  return 0;
  ^