Problem spreadsheet
User YellowPurpleDragon
Submission Time 2025-06-19 10:27:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

spreadsheet.cpp: In function ‘int main()’:
spreadsheet.cpp:4:12: error: ‘int128__’ was not declared in this scope
4 | #define ll int128__
| ^~~~~~~~
spreadsheet.cpp:7:2: note: in expansion of macro ‘ll’
7 | ll a,b,c; cin>>a>>b>>c;
| ^~
spreadsheet.cpp:7:17: error: ‘a’ was not declared in this scope
7 | ll a,b,c; cin>>a>>b>>c;
| ^
spreadsheet.cpp:7:20: error: ‘b’ was not declared in this scope
7 | ll a,b,c; cin>>a>>b>>c;
| ^
spreadsheet.cpp:7:23: error: ‘c’ was not declared in this scope
7 | ll a,b,c; cin>>a>>b>>c;
| ^