Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
47179 卢宇轩 算式问题 C++ Accepted 3 MS 264 KB 183 2023-04-24 16:19:59

Tests(1/1):


Code:

#include<iostream> #include<cstdio> using namespace std; int main(){ printf("12\n"); printf("9709\n"); printf("96\n"); printf("109\n"); printf("108\n"); return 0; }