language: C++ 4.7.2 (gcc-4.7.2)
date: 172 days 14 hours ago
link:
visibility: public
1
2
3
4
5
6
typedef int abc;
typedef int def;
 
int main(){
    return 0;
}