Run ID:150455

提交时间:2026-03-28 11:39:18

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