Main.cc: In function 'int main()':
Main.cc:9:8: error: 'ture' was not declared in this scope
while(ture){
^
Main.cc:11:6: error: 'i' was not declared in this scope
if(i%3==0||i%5==0){
^
Main.cc:13:4: error: expected ';' before 'if'
if(count==n){
^