Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
27334 肖静 算式问题 C++ Accepted 2 MS 696 KB 308 2022-06-02 20:53:40

Tests(1/1):


Code:

#include <iostream> #include <cstdio> using namespace std; int main() { cout<<"12"<<endl; cout<<"9709"<<endl; cout<<"96"<<endl; cout<<"109"<<endl; cout<<"108"<<endl; return 0; } /* 809 ----------- 12 ) 9709 96 ----------- 109 108 ----------- 1 */