コード例 #1
0
ファイル: main.cpp プロジェクト: DaltheCow/CIS-277
const int& LinkedStack::top2() {
    return S.front2();
}