Wpis z mikrobloga

Co robie zle ze if nie dziala?
#include
#include
#include

using namespace std;

int a,s,m,h,Mx,H,M,S;

int main()

{
cout <<"godzin";
cin >> H;
cout<<"minut:";
cin>>M;
cout<<"sekund:";
cin>>S;
a=S+(M*60)+(H*3600);
system("cls");
for (int i=a;i>=1;i--)
{

Mx=i/60;
s=i-(Mx*60);
h=Mx/60;
m=Mx-(h*60);

cout << "Godzin:" <3) a+86400;
}

Sleep(1000);
system("cls");

}

cout << "Koniec Lekcji!!!" <
  • 19
||=== Build file: "no target" in "no project" (compiler: unknown) ===|
kopia\main.cpp||In function 'int main()':|
kopia\main.cpp|36|error: expected primary-expression before '>' token|
||=== Build failed: 1 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|
@Acrivec: