| Problem | spreadsheet |
|---|---|
| User | YellowPurpleDragon |
| Submission Time | 2025-06-19 10:30:04 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
spreadsheet.cpp: In function ‘int main()’:
spreadsheet.cpp:4:12: error: ‘int__128’ was not declared in this scope
4 | #define ll int__128
| ^~~~~~~~
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;
| ^