Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
150964 鸡哥 02买铅笔 C++ Compile Error 0 MS 0 KB 139 2026-04-02 14:58:26

Tests(0/0):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ long long a,b,c,d,e,f; e=a*10+b; f=c*10+d; cin>>a>>b; cout<<fe; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:9:8: error: 'fe' was not declared in this scope
  cout<