Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
153036 吴梓滔 求和 C++ Compile Error 0 MS 0 KB 111 2026-05-10 09:30:08

Tests(0/0):


Code:

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


Run Info:

Main.cc:7:2: error: stray '\357' in program
  cout<>' token
  int>>a,b;
     ^
Main.cc:7:8: error: 'a' was not declared in this scope
  cout<