Run ID:142896

提交时间:2026-01-11 17:02:20

#include<iostream> using namespace std; int main() { cout<<'a'<<endl; cout<<'b'<<endl; return 0; }