main.cc 402 B

1234567891011121314151617181920212223242526
  1. #include <cstdio>
  2. const int N = 100;
  3. const int LEN = 80;
  4. const int NUM = 1500;
  5. const int M = 50000;
  6. const char asterisks[] = "**********";
  7. const char dashes[] = "----------";
  8. const char equals[] = "==========";
  9. const char nothing[] = "Sorry, I found nothing.";
  10. struct article {
  11. } articles[N];
  12. int main() {
  13. int n, m;
  14. scanf("%d", &n);
  15. while () {
  16. }
  17. scanf("%d", &m);
  18. return 0;
  19. }