logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

【javascript】import & export

html里的形式javascript type="module"要加在script标签里边<script type="module" src="main.js"></script>export的过程直接在各种定义前边export或export defaultexport default class User {constructor(name, age) {this.nam

#javascript#前端#vue.js
magics 24.0 安装教程 & 百度网盘

http://www.xue51.com/soft/35241.html

CCF CSP——小中大(201903-1)

我的思路:薛微有点啰嗦。对n分奇偶进行讨论,n为偶数时,先将其中间数设为double类型。强制类型转换有无均可通过,加上更规范。我的代码:#include <iostream>#include <algorithm>using namespace std;const int MAXN = 1e5 + 10;int ans[MAXN];int main(){int n;cin

到底了