Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
95284 陈治宸 04四位数移位 C++ Compile Error 0 MS 0 KB 199 2024-10-27 11:13:48

Tests(0/0):


Code:

#include<iostream> using namespace std; int main(){ int a; char b; float c; double d; scanf("%d %c %f %|f %||d",&a,&b,&c,&d,&e); cout<<a<<""<<b<<""<<c<<""<<d<<endl; return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:8:41: error: 'e' was not declared in this scope
  scanf("%d %c %f %|f %||d",&a,&b,&c,&d,&e);
                                         ^