Pricing
Learn
Code
Deploy
More
yes
129
2 years ago by
ritwik
#include <iostream>
using namespace std;
int main()
{
int t=12;
cout << t;
return 0;
}