Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
88596 | 刘昊铭 | 04倒序输出五位数 | C++ | Compile Error | 0 MS | 0 KB | 45 | 2024-08-19 14:32:13 |
scanf("%1d%1d%1d",&a,&b,&c);//格式化输入
Main.cc:1:6: error: expected constructor, destructor, or type conversion before '(' token scanf("%1d%1d%1d",&a,&b,&c);//格式化输入 ^