Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
95571 唐俊逸 02买铅笔 C++ Compile Error 0 MS 0 KB 153 2024-10-29 20:13:38

Tests(0/0):


Code:

#include<iostream> // cin\cout\endl using namespace std; int main(){ int a; int b; cin>>a>>b>>c>>d; cout<<ab/cd; return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:6:16: error: 'c' was not declared in this scope
     cin>>a>>b>>c>>d;
                ^
Main.cc:6:19: error: 'd' was not declared in this scope
     cin>>a>>b>>c>>d;
                   ^
Main.cc:7:11: error: 'ab' was not declared in this scope
     cout<