Problem fatty
User yuanbin
Submission Time 2026-07-21 09:23:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fatty.cpp: In function ‘int main()’:
fatty.cpp:13:33: error: expected primary-expression before ‘)’ token
13 | v.push_back(pair<llong, llong>);
| ^
fatty.cpp:18:18: error: expected ‘;’ before ‘}’ token
18 | v[i].second = n
| ^
| ;
19 | }
| ~