Problem | potatosalad |
---|---|
User | Armnotsostrong123456 |
Submission Time | 2025-04-12 09:40:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin>>n>>d;
| ^~~
potatosalad.cpp:8:19: error: expected ‘)’ before ‘;’ token
8 | sort(arr,arr+n;greater<int>())
| ~ ^
| )
potatosalad.cpp:8:20: error: ‘greater’ was not declared in this scope
8 | sort(arr,arr+n;greater<int>())
| ^~~~~~~
potatosalad.cpp:8:28: error: expected primary-expression before ‘int’
8 | sort(arr,arr+n;greater<int>())
| ^~~
potatosalad.cpp:12:9: error: ‘sum’ was not declared in this scope
12 | sum+=arr[i];
| ^~~
potatosalad.cpp:14:5: error: ‘cout’ was not declared in this scope
14 | cout<<sum;
| ^~~~
potatosalad.cpp:14:11: error: ‘sum’ was not declared in this scope
14 |