0_0_34678728_26554.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include <iostream>
^
0_0_34678728_26554.cpp: In function 'int main()':
0_0_34678728_26554.cpp:7:11: error: 'cin' was not declared in this scope
while(cin>>a>>b)
^
0_0_34678728_26554.cpp:7:15: error: 'gt' was not declared in this scope
while(cin>>a>>b)
^
0_0_34678728_26554.cpp:7:17: error: expected ')' before ';' token
while(cin>>a>>b)
^
0_0_34678728_26554.cpp:7:19: error: 'gt' was not declared in this scope
while(cin>>a>>b)
^
0_0_34678728_26554.cpp:7:32: error: expected ';' before ')' token
while(cin>>a>>b)
^
0_0_34678728_26554.cpp: At global scope:
0_0_34678728_26554.cpp:14:1: error: 'Process' does not name a type
Process finished with exit code 0
^
|