Problem spreadsheet
User beepbeepsheep
Submission Time 2025-06-19 09:28:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

spreadsheet.cpp: In function ‘int main()’:
spreadsheet.cpp:7:2: error: ‘ll’ was not declared in this scope
7 | ll n,p,k;
| ^~
spreadsheet.cpp:8:7: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
8 | cin>>n>>p>>k;
| ^
| yn
spreadsheet.cpp:8:10: error: ‘p’ was not declared in this scope
8 | cin>>n>>p>>k;
| ^
spreadsheet.cpp:8:13: error: ‘k’ was not declared in this scope
8 | cin>>n>>p>>k;
| ^