Untitled

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> using namespace std; int main() { int a, b, c; cin>>a>>b; b *= 0.00031; if(a>b) { cout<<"a>b"; } else { cout<<"a<b"; } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines