Guest User

Untitled

a guest
Jun 18th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. {
  2. "for": {
  3. "prefix": "for",
  4. "body": [
  5. "for (${1:int} ${2:i} = 0; ${2:i} < ${3:n}; ${2:i}++) {",
  6. "\t${0:}",
  7. "}"
  8. ],
  9. "description": "for ループに対するコード スニペット"
  10. },
  11. "tl": {
  12. "prefix": "qw",
  13. "body": [
  14. "#include<iostream>",
  15. "#include<algorithm>",
  16. "#include<vector>",
  17. "#include<queue>",
  18. "#include<stack>",
  19. "#include<cmath>",
  20. "#include<string>",
  21. "#include<functional>",
  22. "using namespace std;",
  23. "typedef\tlong long int ll;",
  24. "",
  25. "int main(){",
  26. "\t$0",
  27. "\treturn 0;",
  28. "}",
  29. ],
  30. },
  31. }
Add Comment
Please, Sign In to add comment