0_0_26520635_21520.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include <stdio.h>
^
0_0_26520635_21520.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include <string.h>
^
0_0_26520635_21520.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
#include <stdlib.h>
^
0_0_26520635_21520.cpp: In function 'int main()':
0_0_26520635_21520.cpp:17:26: error: 'amp' was not declared in this scope
while (~scanf("%d", &T)) {
^
0_0_26520635_21520.cpp:17:29: error: expected ')' before ';' token
while (~scanf("%d", &T)) {
^
0_0_26520635_21520.cpp:17:31: error: expected ';' before ')' token
while (~scanf("%d", &T)) {
^
0_0_26520635_21520.cpp:77:1: error: expected '}' at end of input
}
^
|