编辑代码

#include <iostream>
using namespace std;
int main() {
    int dashmain;
    dashmain = 88;
    std::cout <<dashmain<<std::endl;
	return 0;
}