TomoLink
Hard

What is the output? #include<iostream> using namespace std; int main(){ int i=0; while(i++<3) cout<<i; }