Compile Error

foo.cc:6:1: error: 'package' does not name a type
    6 | package main
      | ^~~~~~~
foo.cc:19:1: error: 'func' does not name a type
   19 | func longestSubstring1(s string, k int) int {
      | ^~~~
foo.cc:43:1: error: 'func' does not name a type
   43 | func getMax(a, b int) int {
      | ^~~~
foo.cc:51:1: error: 'func' does not name a type
   51 | func longestSubstring2(s string, k int) int {
      | ^~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1107 最长重复子串k
语言
C++
递交时间
2022-07-18 19:51:56
评测时间
2022-07-18 19:51:56
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes