Problem atleasttripledate
User HighLithop
Submission Time 2025-02-01 17:40:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

atleasttripledate.cpp: In function ‘ll f(ll, ll)’:
atleasttripledate.cpp:18:11: error: a function-definition is not allowed here before ‘{’ token
18 | int main(){
| ^
atleasttripledate.cpp:23:1: error: expected ‘}’ at end of input
23 | }
| ^
atleasttripledate.cpp:5:24: note: to match this ‘{’
5 | ll f(ll n, ll smallest){
| ^