Problem | timeexam |
---|---|
User | fanqie |
Submission Time | 2023-11-15 10:08:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
timeexam.cpp: In function ‘int32_t main()’:
timeexam.cpp:8:13: error: expected initializer before ‘==’ token
8 | long long a== N % 60;
| ^~
timeexam.cpp:9:13: error: expected initializer before ‘==’ token
9 | long long b== N/60;
| ^~
timeexam.cpp:10:9: error: ‘a’ was not declared in this scope
10 | cin >> a >> b;
| ^
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;
| ^~~~