Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
130389 郦辰希 算式问题 C++ Accepted 1 MS 264 KB 242 2025-09-13 13:28:28

Tests(1/1):


Code:

#include <iostream> using namespace std; int main(){ int a,b,c,d,e; a=12; b=9709; c=96; d=109; e=108; cout<<a<<endl; cout<<b<<endl; cout<<c<<endl; cout<<d<<endl; cout<<e; return 0; }