Problem fatty
User caslyn
Submission Time 2026-06-24 09:45:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fatty.cpp:5:7: error: expected nested-name-specifier before ‘||’ token
5 | using ||= long;
| ^~
fatty.cpp: In function ‘int main()’:
fatty.cpp:8:29: error: expected ‘;’ before ‘cin’
8 | ios::sync_with_stdio(false)
| ^
| ;
9 | cin.tie(nullptr)
| ~~~
fatty.cpp:12:7: error: ‘N’ was not declared in this scope
12 | cin>>N>>X;
| ^
fatty.cpp:12:10: error: ‘X’ was not declared in this scope
12 | cin>>N>>X;
| ^
fatty.cpp:13:11: error: template argument 1 is invalid
13 | vector<||> C(N),T(N);
| ^
fatty.cpp:13:11: error: template argument 2 is invalid
fatty.cpp:14:34: error: invalid types ‘int[int]’ for array subscript
14 | for(int i=0; i<N; i++) cin>> C[i];
| ^
fatty.cp