Iamsomeone has asked 0
questions and find answers to 2
problems.
Stats
30 EtPoint
6 Vote count
0 questions
2 answers
About
#define e int
#include <cstdio>
#define a const char *
a b[]={"am","I","someone"};
e h[]={1,0,2};
#define d(x) puts(b[x]);
#define c(x) int main(){for(int i=0;i<3;i++){d(x[i])}}
c(h)