Run ID:148015

提交时间:2026-02-09 14:01:32

#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 xt,yt,ct,xt1=0,yt1=0,ct1=0; cin>>yt>>xt>ct; for(int i=0;i<=8;i++){ yt1=xt+ct; xt1=yt; ct1=xt=yt; yt1=yt; xt1=xt; ct1=ct; } cout<<yt1<<" "<<xt1<<" "<<ct1; return 0; }