soi_zt

41
reputation
1
8
#include <iostream>
void main()
{
    std::cout<<"I am a student"<<std::endl;
}