Submission #891112


Source Code Expand

#include <bits/stdc++.h>

#define _ ios::sync_with_stdio(0);
#define __ cin.tie(0);
#define ___ cout.tie(0);
#define endl "\n";
#define fr first
#define se second

using namespace std;

int main() { _ __ ___

	string s;
cin >> s;
for(int i=0; i<12; i++) {
cout << s[i];
if(i == 3) cout << " ";
}	
cout << endll;
	return 0;
}

Submission Info

Submission Time
Task A - CODEFESTIVAL 2016
User anis
Language C++14 (GCC 5.4.1)
Score 0
Code Size 345 Byte
Status CE

Compile Error

./Main.cpp: In function ‘int main()’:
./Main.cpp:20:9: error: ‘endll’ was not declared in this scope
 cout << endll;
         ^