运行 ID 作者 题号 测评结果 分数 时间 内存 语言 代码长度 提交时间
645453 Y1614824396_fdsf 1137 - L04-06求出无符号整数的低n-1位的数 编译错误 0 0 MS 0 KB C++ 182 8天前
暂时无法获取本题测试点详情。

Main.cc: In function 'int main()':
Main.cc:6:11: error: 'to_sting' was not declared in this scope
6 | int n=to_sting(num).size();
| ^~~~~~~~
Main.cc:7:5: error: 'result' was not declared in this scope
7 | result=num%n;
| ^~~~~~