#include <iostream> using namespace std; int main(){ int a,b,s; cin>>a>>b; s=((10*a+b)/10); s=b; cout<<s ; return 0; }


Example heading with h2 size

Example heading with h3 size

Following is sample java code.

int i = 10;
if(i>0){
    System.out.println('positive');
}