fork download
  1. template<int num>
  2. struct count;
  3.  
  4. template<>
  5. struct count<-1>
  6. {
  7. };
  8.  
  9. int main()
  10. {
  11. return 0;
  12. }
Success #stdin #stdout 0.02s 2676KB
stdin
Standard input is empty
stdout
Standard output is empty