idea插件插件完美⽆缝刷leetcode,看题解,及刷题模板1. 安装插件
贫病交加
2. 配置插件重点是⽬录配置的⽅便点就⾏
86年属什么生肖
配置模板
题⽬
P$!{question.frontendQuestionId}$!velocityTool.camelCaName(${question.titleSlug})模板:
${t}
/*
思路:
*/简易蛋糕
//C++:${question.title}
//<deque>
//<list> <queue> <stack> <t>
吃鸡英文名//<map> <numeric> <memory>
//<utility>
#\include <iterator>
#\include <vector>
#\include <algorithm>
#\include <iostream>
using namespace std;
${de}
//MainToTest
int main(){
Solution solution;
}
Java模板
炸大虾怎样炸又脆又香又好吃package leetcode.editor;
//Java:${question.title}
public class P${question.frontendQuestionId}$!velocityTool.camelCaName(${question.titleSlug}){
public static void main(String[] args) {
硅酸盐水泥代号
Solution solution = new P$!{question.frontendQuestionId}$!velocityTool.camelCaName(${question.titleSlug})().new Solution(); // TO TEST
}
怎么哄男生开心${de}
}
Python模板
${t}
# ${question.frontendQuestionId}.${question.title}
${de}
if __name__ =='__main__':
用大概造句
sol = Solution()