Run ID:114786

提交时间:2025-03-23 14:34:37

#include<iostream> using namespace std; int main() { char c; c=c+4; printf("%c",c); return 0; }