Run ID:143883
提交时间:2026-01-17 20:38:05
#include <iostream> using namespace std; int main() { cout <<"%\n%%\n%%%\n%%%%\n%%%%%\n"<< endl; return 0; }