大厂笔试题
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.3 KiB

2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
  1. {
  2. "files.associations": {
  3. "sstream": "c",
  4. "regex": "c",
  5. "iostream": "cpp",
  6. "ostream": "cpp",
  7. "cmath": "cpp",
  8. "ratio": "c",
  9. "random": "c",
  10. "array": "cpp",
  11. "atomic": "cpp",
  12. "*.tcc": "cpp",
  13. "cctype": "cpp",
  14. "clocale": "cpp",
  15. "cstdarg": "cpp",
  16. "cstddef": "cpp",
  17. "cstdint": "cpp",
  18. "cstdio": "cpp",
  19. "cstdlib": "cpp",
  20. "cstring": "cpp",
  21. "ctime": "cpp",
  22. "cwchar": "cpp",
  23. "cwctype": "cpp",
  24. "deque": "cpp",
  25. "unordered_map": "cpp",
  26. "vector": "cpp",
  27. "exception": "cpp",
  28. "algorithm": "cpp",
  29. "map": "cpp",
  30. "memory": "cpp",
  31. "memory_resource": "cpp",
  32. "optional": "cpp",
  33. "string": "cpp",
  34. "string_view": "cpp",
  35. "system_error": "cpp",
  36. "tuple": "cpp",
  37. "type_traits": "cpp",
  38. "utility": "cpp",
  39. "fstream": "cpp",
  40. "initializer_list": "cpp",
  41. "iosfwd": "cpp",
  42. "istream": "cpp",
  43. "limits": "cpp",
  44. "new": "cpp",
  45. "stdexcept": "cpp",
  46. "streambuf": "cpp",
  47. "typeinfo": "cpp",
  48. "forward_list": "cpp",
  49. "list": "cpp",
  50. "unordered_set": "cpp",
  51. "valarray": "cpp"
  52. }
  53. }