Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
82637 sh25_shenpy 打印十字图_1 C++ 解答错误 0 MS 252 KB 358 2026-01-16 18:19:50

Tests(0/2):


#include<iostream> using namespace std; int main(){ cout<<"..$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$.."<<endl; cout<<"..$...............................$.."<<'\n'; cout<<"$$$.$$$$$$$$$$$$$$$$$$$$$$$$$$$$$.$$$"<<endl; cout<<"$...$...........................$...$"<<endl; cout<<"$.$$$.$$$$$$$$$$$$$$$$$$$$$$$$$.$$$.$"<<'\n'; cout<<"$.$...$....."; }


测评信息: