Problem shamelessad6
User zsinfo2010
Submission Time 2026-01-16 14:29:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shamelessad6.cpp: In function ‘int32_t main()’:
shamelessad6.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
shamelessad6.cpp:6:1: note: in expansion of macro ‘int’
6 | int a, b; cin>>a>>b;
| ^~~
shamelessad6.cpp:6:5: error: ‘a’ was not declared in this scope
6 | int a, b; cin>>a>>b;
| ^
shamelessad6.cpp:6:8: error: ‘b’ was not declared in this scope
6 | int a, b; cin>>a>>b;
| ^