0_0_22180800_24448.cpp: In function 'int main()':
0_0_22180800_24448.cpp:6:24: error: invalid operands of types 'int*' and 'int' to binary 'operator&'
while(scanf("%d%d",&a&b)!=EOD)
^
0_0_22180800_24448.cpp:6:28: error: 'EOD' was not declared in this scope
while(scanf("%d%d",&a&b)!=EOD)
^
0_0_22180800_24448.cpp:8:21: error: 'prinft' was not declared in this scope
prinft("%d\n",a+b)
^
0_0_22180800_24448.cpp:11:1: error: expected ';' before '}' token
}
^
|