2 solutions

  • 0
    @ 2024-7-15 20:36:15
    #include <bits/stdc++.h>
    using namespace std;
    int main(){
    	int a;
    	cin>>a;
    	char b=a;
    	cout<<b;
    	return 0;
    }
    
    • 0
      @ 2023-11-2 8:22:35

      实在不会特判

      • 1

      Information

      ID
      6862
      Time
      1000ms
      Memory
      128MiB
      Difficulty
      1
      Tags
      # Submissions
      13
      Accepted
      10
      Uploaded By