Run ID:109613

提交时间:2025-02-09 19:56:04

#include<iostream> // cin\cout\endl using namespace std; int main(){ int i; nowRbt1=rbt2+rbt3; nowRbt2=rbt1; nowRbt3=rbt3+rbt2; rbt1=nowRbt1; rbt2=nowRbt2; rbt3=nowRbt3; } cout<<nowRbt1<<""<<nowRbt2<<""<<nowRbt3<<endl; return 0; }