0_0_24175659_6163.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include <stdio.h>
^
0_0_24175659_6163.cpp:2:5: error: 'nbsp' declared as reference but not initialized
int main()
^
0_0_24175659_6163.cpp: In function 'int main()':
0_0_24175659_6163.cpp:4:5: error: 'nbsp' declared as reference but not initialized
int t;
^
0_0_24175659_6163.cpp:4:10: error: 't' was not declared in this scope
int t;
^
0_0_24175659_6163.cpp:5:29: error: redeclaration of 'int& nbsp'
int a,b,c,d,e,f;
^
0_0_24175659_6163.cpp:4:5: note: 'int& nbsp' previously declared here
int t;
^
0_0_24175659_6163.cpp:5:34: error: 'a' was not declared in this scope
int a,b,c,d,e,f;
^
0_0_24175659_6163.cpp:5:36: error: 'b' was not declared in this scope
int a,b,c,d,e,f;
^
0_0_24175659_6163.cpp:5:38: error: 'c' was not declared in this scope
int a,b,c,d,e,f;
^
0_0_24175659_6163.cpp:5:40: error: 'd' was not declared in this scope
int a,b,c,d,e,f;
^
0_0_24175659_6163.cpp:5:42: error: 'e' was not declared in this scope
int a,b,c,d,e,f;
^
0_0_24175659_6163.cpp:5:44: error: 'f' was not declared in this scope
int a,b,c,d,e,f;
^
0_0_24175659_6163.cpp:6:38: error: 'scanf' was not declared in this scope
scanf("%d",&t);
^
0_0_24175659_6163.cpp:11:61: error: expected ')' before ';' token
if(c<f) (e++;c+60-f);
^
0_0_24175659_6163.cpp:12:1: error: 'else' without a previous 'if'
else c=c-f;
^
0_0_24175659_6163.cpp:13:55: error: 'If' was not declared in this scope
If(b<e) (d++;b+60-e);
^
0_0_24175659_6163.cpp:14:1: error: 'else' without a previous 'if'
else b=b-e;
^
0_0_24175659_6163.cpp:16:1: error: 'Else' was not declared in this scope
Else a=a-d;
^
0_0_24175659_6163.cpp:17:80: error: 'printf' was not declared in this scope
printf("%02d:%02d:%02d\n",a,b,c);
^
0_0_24175659_6163.cpp: At global scope:
0_0_24175659_6163.cpp:19:7: error: expected constructor, destructor, or type conversion before ';' token
}
^
0_0_24175659_6163.cpp:19:13: error: expected constructor, destructor, or type conversion before ';' token
}
^
|