All pastes #2053153 Raw Edit

Someone

public c v1 · immutable
#2053153 ·published 2011-05-02 22:58 UTC
rendered paste body
#include <iostream>#include <cstdio>#include <conio.h>#include <cctype>#include <iomanip>#include <stdlib.h>#include <cstring>#define SIZE 30#define SCORE 0#define LETTER 1using namespace std;struct person{    char ssn[30],lname[30];}struct student{    person person;}int main(){    int a;    cin<<a;}