Run ID:123335
提交时间:2025-06-29 11:35:10
#include<iostream> using namespace std; int main(){ cout<<char('a'-32); return 0; }