Compile Error

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

信息

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