OneCompiler

yes

158

#include <iostream>
using namespace std;

int main()
{
int t=12;
cout << t;
return 0;
}