L
When I have way too much free time... I somehow turned this:
cpp
[#include](/search?q=include) <bits/stdc++.h>
using namespace std;
int main()
{
string s;
cin >> s;
cout << s;
return 0;
}into this:
cpp
#\
i\
n\
c\
l\
u\
d\
e\
<\
b\
i\
t\
s\
/\
s\
t\
d\
c\
+\
+\
.\
h\
>
u\
s\
i\
n\
g
n\
a\
m\
e\
s\
p\
a\
c\
e
s\
t\
d\
;
i\
n\
t
m\
a\
i\
n
(
)
{
s\
t\
r\
i\
n\
g
s\
;
c\
i\
n
>\
>
s\
;
c\
o\
u\
t
<\
<
s\
;
r\
e\
t\
u\
r\
n
0\
;
}