Run ID:94933

提交时间:2024-10-26 15:15:10

#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int main(){ int a,b; a=123 b=456 cout<<a<<endl<<b; return 0; }