#include<iostream> using namespace std; int main(){ int a; cin>>a; int b; if(a == 5){ b = 10; }else{ b = 20; } }