题目链接 Leetcode.275 H 指数 II mid 题目描述
给你一个整数数组 c i t a t i o n s citations citations ,其中 c i t a t i o n s [ i ] citations[i] citations[i] 表示研究者的第 i i i 篇论文被引用的次数, c i t a t i o n s citations citat…
用的是windows自带的dll包,没有引用第三方 1 WordHelper.cs
using System;
using Microsoft.Office.Interop.Word;
using System.Runtime.InteropServices;namespace cadWord
{public class WordHelper{private Microsoft.Office.Interop.Word.Document wDoc null…