Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
134813 胡思齐 02简单两数相加II C++ Compile Error 0 MS 0 KB 92 2025-11-01 16:06:28

Tests(0/0):


Code:

#include<iostream> using namespace std; int main() { longlong a,b; cout<<a+b; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:5:2: error: 'longlong' was not declared in this scope
  longlong a,b;
  ^
Main.cc:6:8: error: 'a' was not declared in this scope
  cout<