init
This commit is contained in:
9
Prework/calc.h
Normal file
9
Prework/calc.h
Normal file
@ -0,0 +1,9 @@
|
||||
// 你需要提交这份代码
|
||||
#pragma once
|
||||
|
||||
#include "visitor.h"
|
||||
|
||||
struct calculator : visitor {
|
||||
/// TODO: 完成所有需求
|
||||
~calculator() override = default;
|
||||
};
|
Reference in New Issue
Block a user