#include #include "student.h" using namespace std; int main() { for ( Student s; cin >> s; ) { cout << s; } }