Problem | timeexam |
---|---|
User | itchydeez |
Submission Time | 2023-11-08 12:47:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
timeexam.cpp: In function ‘int main()’:
timeexam.cpp:7:16: error: expected primary-expression before ‘;’ token
7 | cin>>N>>x>>y>>;
| ^
timeexam.cpp:8:10: error: expected ‘;’ before ‘y’
8 | N=N%1440
| ^
| ;
9 | y=N%60;
| ~