#include<iostream>
using namespace std;
int main(){
    int a=10,b=90,temp
    a=temp
    temp=a
    temp=b
    cout<<b
    
}