| Problem | fatty |
|---|---|
| User | Zubair |
| Submission Time | 2026-06-24 11:17:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fatty.cpp:1:1: error: ‘lude’ does not name a type
1 | lude <bits/stdc++.h>
| ^~~~
fatty.cpp: In function ‘int main()’:
fatty.cpp:6:5: error: ‘ios_base’ has not been declared
6 | ios_base::sync_with_stdio(0);
| ^~~~~~~~
fatty.cpp:7:5: error: ‘cin’ was not declared in this scope
7 | cin.tie(0);
| ^~~
fatty.cpp:10:5: error: ‘vector’ was not declared in this scope
10 | vector<long long> cost(n);
| ^~~~~~
fatty.cpp:10:12: error: expected primary-expression before ‘long’
10 | vector<long long> cost(n);
| ^~~~
fatty.cpp:12:9: error: ‘cout’ was not declared in this scope
12 | cout >> cost[i];
| ^~~~
fatty.cpp:12:17: error: ‘cost’ was not declared in this scope
12 | cout >> cost[i];
| ^~~~
fatty.cpp:14:12: error: expected primary-expression before ‘long’