0_0_16394598_24859.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16394598_24859.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16394598_24859.cpp: In function 'void input()':
0_0_16394598_24859.cpp:11:5: error: 'cin' was not declared in this scope
cin n k;
^
0_0_16394598_24859.cpp:13:5: error: expected ';' before 'int'
int x;
^
0_0_16394598_24859.cpp:13:5: error: expected primary-expression before 'int'
0_0_16394598_24859.cpp:13:5: error: expected ')' before 'int'
0_0_16394598_24859.cpp:14:10: error: expected ';' before 'x'
cin x;
^
0_0_16394598_24859.cpp:15:9: error: 'x' was not declared in this scope
cnt[x]++;
^
0_0_16394598_24859.cpp: At global scope:
0_0_16394598_24859.cpp:17:1: error: expected declaration before '}' token
}
^
|