Problem catfight
User TheRaptor
Submission Time 2025-04-10 17:00:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catfight.cpp:7:2: error: invalid preprocessing directive #largest
7 | #largest subarray such that the sum of element < p
| ^~~~~~~
catfight.cpp:8:2: error: invalid preprocessing directive #output
8 | #output the length of the subarray
| ^~~~~~
catfight.cpp:1:1: error: ā€˜n’ does not name a type
1 | n,p = input().split()
| ^