Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
133912 曾钰涵 比较大小 C++ Wrong Answer 1 MS 268 KB 191 2025-10-25 09:44:07

Tests(0/1):


Code:

#include<iostream> using namespace std; int main(){ cout<<"%"<<endl; cout<<"%%"<<endl; cout<<"%%%"<<endl; cout<<"%%%%"<<endl; cout<<"%%%%%"<<endl; return 0; }


Run Info:

------Input------
2563 20323
------Answer-----
20323 2563
------Your output-----
% %% %%% %%%% %%%%%