#include #include struct student { string name; int old; char NJ; }; int main(){ return 0; }