Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
112933 康文远 02简单两数相加 C++ Compile Error 0 MS 0 KB 107 2025-03-14 20:28:53

Tests(0/0):


Code:

#include<bits/stdc++.h> using namespace std; int x,y; int main(){ x = >0; y = <1000; cout<<x+y; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:5:6: error: expected primary-expression before '>' token
  x = >0;
      ^
Main.cc:6:6: error: expected primary-expression before '<' token
  y = <1000;
      ^