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

Compile Error

atleasttripledate.cpp:1:1: error: ‘ll’ does not name a type
1 | ll f(ll n, ll smallest){
| ^~
atleasttripledate.cpp: In function ‘int main()’:
atleasttripledate.cpp:19:5: error: ‘ll’ was not declared in this scope
19 | ll input;
| ^~
atleasttripledate.cpp:20:5: error: ‘cin’ was not declared in this scope
20 | cin >> input;
| ^~~
atleasttripledate.cpp:20:12: error: ‘input’ was not declared in this scope; did you mean ‘int’?
20 | cin >> input;
| ^~~~~
| int
atleasttripledate.cpp:21:5: error: ‘cout’ was not declared in this scope
21 | cout << f(input, 3);
| ^~~~
atleasttripledate.cpp:21:13: error: ‘f’ was not declared in this scope
21 | cout << f(input, 3);
| ^