F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_32431025_17295.cpp:10:2: error: expected initializer before 'std'
  std::ios::sync_with_stdio(false);
  ^
0_0_32431025_17295.cpp:12:2: error: 'cin' does not name a type
  cin>>t;
  ^
0_0_32431025_17295.cpp:14:2: error: expected unqualified-id before 'for'
  for(int i=0;i<26;i++) ans[0][i]=0;
  ^
0_0_32431025_17295.cpp:14:14: error: 'i' does not name a type
  for(int i=0;i<26;i++) ans[0][i]=0;
              ^
0_0_32431025_17295.cpp:14:19: error: 'i' does not name a type
  for(int i=0;i<26;i++) ans[0][i]=0;
                   ^
0_0_32431025_17295.cpp:15:2: error: expected unqualified-id before 'for'
  for(int k=1;k<=t;k++)
  ^
0_0_32431025_17295.cpp:15:14: error: 'k' does not name a type
  for(int k=1;k<=t;k++)
              ^
0_0_32431025_17295.cpp:15:19: error: 'k' does not name a type
  for(int k=1;k<=t;k++)
                   ^
0_0_32431025_17295.cpp:37:2: error: expected unqualified-id before 'return'
  return 0;
  ^
0_0_32431025_17295.cpp:38:2: error: expected declaration before '}' token
  } 
  ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-10-06 18:29:28, Gzip enabled