Problem | timeexam |
---|---|
User | fanqie |
Submission Time | 2023-11-15 10:07:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
timeexam.cpp: In function ‘int32_t main()’:
timeexam.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
timeexam.cpp:8:2: note: in expansion of macro ‘int’
8 | int a== N % 60;
| ^~~
timeexam.cpp:8:6: error: ‘a’ was not declared in this scope
8 | int a== N % 60;
| ^
timeexam.cpp:9:13: error: expected initializer before ‘==’ token
9 | long long b== N/60;
| ^~
timeexam.cpp:10:14: error: ‘b’ was not declared in this scope
10 | cin >> a >> b;
| ^
timeexam.cpp:11:10: error: unable to find numeric literal operator ‘operator""a’
11 | cout << 100a + b;
| ^~~~