Run ID:130389

提交时间:2025-09-13 13:28:28

#include <iostream> using namespace std; int main(){ int a,b,c,d,e; a=12; b=9709; c=96; d=109; e=108; cout<<a<<endl; cout<<b<<endl; cout<<c<<endl; cout<<d<<endl; cout<<e; return 0; }