You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(node:41) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
(Use `nodejs run --trace-warnings ...` to show where the warning was created)
Line 51 in prog_joined.js
export function reverseKGroup(head, k) {
^^^^^^
SyntaxError: Unexpected token 'export'
Before you submit an question we recommend you to check out the DOCUMENT first.
You can also find more information in:
💬 Questions and Help
Please outline the questions.
点击
Code Now
按钮,会生成默认格式的文件。怎么改变他的默认生成的函数像这样的格式?
谢谢
The text was updated successfully, but these errors were encountered: