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_39523693_6538.cpp:149:9: error: specializing member 'std::basic_ios<char>::sync_with_stdio' requires 'template<>' syntax
  149 |         ios::sync_with_stdio(false);
      |         ^~~
0_0_39523693_6538.cpp:150:9: error: 'cin' does not name a type
  150 |         cin.tie(0);
      |         ^~~
0_0_39523693_6538.cpp:152:9: error: 'cin' does not name a type
  152 |         cin >> t;
      |         ^~~
0_0_39523693_6538.cpp:153:9: error: 't' does not name a type; did you mean 'tm'?
  153 |         t = 1;
      |         ^
      |         tm
0_0_39523693_6538.cpp:154:9: error: expected unqualified-id before 'while'
  154 |         while(t--)
      |         ^~~~~
0_0_39523693_6538.cpp:156:9: error: expected unqualified-id before 'return'
  156 |         return 0;
      |         ^~~~~~
0_0_39523693_6538.cpp:157:1: error: expected declaration before '}' token
  157 | }
      | ^


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-09-20 14:51:34, Gzip enabled