rt
AC on #9
code
#include<bits/stdc++.h> using namespace std; bool a,b; int main(){ cin>>a>>b; cout<<a+b; }