Problem | minimum |
---|---|
User | lexuantung71 |
Submission Time | 2024-07-10 11:44:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp:3:9: error: ‘longlong’ does not name a type
3 | typedef longlong ll;
| ^~~~~~~~
minimum.cpp:5:14: error: ‘ll’ was not declared in this scope
5 | int findMin( ll N, ll arr[N]){
| ^~
minimum.cpp:5:20: error: ‘ll’ was not declared in this scope
5 | int findMin( ll N, ll arr[N]){
| ^~
minimum.cpp:5:29: error: expression list treated as compound expression in initializer [-fpermissive]
5 | int findMin( ll N, ll arr[N]){
| ^