OneCompiler

yes

155

#include <iostream>
using namespace std;

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