OpenJudge新手指南:应对Runtime Error的策略#include <iostream>using namespace std;template <class t>struct node{t data;node <t> *ne1月前110